VsaError 枚举

定义

注意

Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.

定义可由.NET脚本引擎引发的异常集。

public enum class VsaError
public enum VsaError
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[System.Runtime.InteropServices.Guid("c216f805-8fab-3d33-bf81-7b1035e917b9")]
public enum VsaError
type VsaError = 
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
[<System.Runtime.InteropServices.Guid("c216f805-8fab-3d33-bf81-7b1035e917b9")>]
type VsaError = 
Public Enum VsaError
继承
VsaError
属性

字段

名称 说明
AppDomainCannotBeSet -2146226176

无法设置应用域。

AppDomainInvalid -2146226175

应用域无效。

ApplicationBaseCannotBeSet -2146226174

无法设置应用程序基础。

ApplicationBaseInvalid -2146226173

应用程序基础无效。

AssemblyExpected -2146226172

程序集是预期的。

AssemblyNameInvalid -2146226171

程序集名称无效。

BadAssembly -2146226170

程序集不正确。

CachedAssemblyInvalid -2146226169

缓存的程序集无效。

CallbackUnexpected -2146226168

回调意外。

CodeDOMNotAvailable -2146226167

代码 DOM 不可用。

CompiledStateNotFound -2146226166

找不到编译状态。

DebugInfoNotSupported -2146226165

不支持调试信息。

ElementNameInvalid -2146226164

元素名称无效。

ElementNotFound -2146226163

找不到该元素。

EngineBusy -2146226162

引擎正忙。

EngineCannotClose -2146226161

引擎无法关闭。

EngineCannotReset -2146226160

引擎无法重置。

EngineClosed -2146226159

引擎已关闭。

EngineEmpty -2146226159

引擎为空。

EngineInitialized -2146226157

引擎已初始化。

EngineNameInUse -2146226156

引擎名称正在使用中。

EngineNotCompiled -2146226155

引擎未编译。

EngineNotInitialized -2146226154

引擎未初始化。

EngineNotRunning -2146226153

引擎未运行。

EngineRunning -2146226152

引擎正在运行。

EventSourceInvalid -2146226151

事件源无效。

EventSourceNameInUse -2146226150

事件源名称正在使用中。

EventSourceNameInvalid -2146226149

事件源名称无效。

EventSourceNotFound -2146226148

找不到事件源。

EventSourceTypeInvalid -2146226147

事件源类型无效。

GetCompiledStateFailed -2146226146

未能获取已编译状态。

GlobalInstanceInvalid -2146226145

全局实例无效。

GlobalInstanceTypeInvalid -2146226144

全局实例类型无效。

InternalCompilerError -2146226143

出现内部编译器错误。

ItemCannotBeRemoved -2146226142

无法删除该项。

ItemFlagNotSupported -2146226141

不支持项标志。

ItemNameInUse -2146226140

项名称正在使用中。

ItemNameInvalid -2146226139

项名称无效。

ItemNotFound -2146226138

找不到该项。

ItemTypeNotSupported -2146226137

不支持项目类型。

LCIDNotSupported -2146226136

不支持 LCID。

LoadElementFailed -2146226135

无法加载元素。

NotificationInvalid -2146226134

通知无效。

OptionInvalid -2146226133

选项无效。

OptionNotSupported -2146226132

不支持此选项。

RevokeFailed -2146226131

吊销失败。

RootMonikerAlreadySet -2146226130

已设置根名字对象。

RootMonikerInUse -2146226129

根名字对象正在使用中。

RootMonikerInvalid -2146226128

根名字对象无效。

RootMonikerNotSet -2146226127

未设置根名字对象。

RootMonikerProtocolInvalid -2146226126

根名字对象协议无效。

RootNamespaceInvalid -2146226125

根命名空间无效。

RootNamespaceNotSet -2146226124

未设置根命名空间。

SaveCompiledStateFailed -2146226123

无法保存已编译状态。

SaveElementFailed -2146226122

未能保存元素。

SiteAlreadySet -2146226121

已设置站点。

SiteInvalid -2146226120

网站无效。

SiteNotSet -2146226119

未设置站点。

SourceItemNotAvailable -2146226118

源项不可用。

SourceMonikerNotAvailable -2146226117

源名字对象不可用。

URLInvalid -2146226116

URL 无效。

BrowserNotExist -2146226115

浏览器不存在。

DebuggeeNotStarted -2146226114

调试对象未启动。

EngineNameInvalid -2146226113

引擎名称无效。

EngineNotExist -2146226112

引擎不存在。

FileFormatUnsupported -2146226111

不支持文件格式。

FileTypeUnknown -2146226110

文件类型未知。

ItemCannotBeRenamed -2146226109

无法重命名该项。

MissingSource -2146226108

源缺失。

NotInitCompleted -2146226107

init 尚未完成。

NameTooLong -2146226106

名称太长。

ProcNameInUse -2146226105

进程名称正在使用中。

ProcNameInvalid -2146226104

进程名称无效。

VsaServerDown -2146226103

VSA 服务器已关闭。

MissingPdb -2146226102

PDB 缺失。

NotClientSideAndNoUrl -2146226101

错误不在客户端上,未提供 URL。

CannotAttachToWebServer -2146226100

无法附加到 Web 服务器。

EngineNameNotSet -2146226099

未设置引擎名称。

UnknownError -2146225921

错误未知。

适用于