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

到程序集不正确。

BrowserNotExist -2146226115

浏览器不存在。

CachedAssemblyInvalid -2146226169

缓存的程序集无效。

CallbackUnexpected -2146226168

回叫异常。

CannotAttachToWebServer -2146226100

无法连接到 Web 服务器。

CodeDOMNotAvailable -2146226167

代码 DOM 不可用。

CompiledStateNotFound -2146226166

未找到编译状态。

DebuggeeNotStarted -2146226114

调试对象未启动。

DebugInfoNotSupported -2146226165

调试信息不受支持。

ElementNameInvalid -2146226164

元素名称无效。

ElementNotFound -2146226163

找不到该元素。

EngineBusy -2146226162

引擎忙。

EngineCannotClose -2146226161

引擎无法关闭。

EngineCannotReset -2146226160

无法重置引擎。

EngineClosed -2146226159

引擎已关闭。

EngineEmpty -2146226159

引擎为空。

EngineInitialized -2146226157

引擎已初始化。

EngineNameInUse -2146226156

引擎名称正在使用中。

EngineNameInvalid -2146226113

引擎名称无效。

EngineNameNotSet -2146226099

未设置引擎名称。

EngineNotCompiled -2146226155

引擎未编译。

EngineNotExist -2146226112

引擎不存在。

EngineNotInitialized -2146226154

引擎未初始化。

EngineNotRunning -2146226153

引擎未运行。

EngineRunning -2146226152

引擎正在运行。

EventSourceInvalid -2146226151

事件源无效。

EventSourceNameInUse -2146226150

事件源名称正在使用中。

EventSourceNameInvalid -2146226149

事件源名称无效。

EventSourceNotFound -2146226148

未找到事件源。

EventSourceTypeInvalid -2146226147

事件源类型无效。

FileFormatUnsupported -2146226111

文件格式不受支持。

FileTypeUnknown -2146226110

文件类型未知。

GetCompiledStateFailed -2146226146

未能获取编译状态。

GlobalInstanceInvalid -2146226145

全局实例无效。

GlobalInstanceTypeInvalid -2146226144

全局实例类型无效。

InternalCompilerError -2146226143

出现内部编译器错误。

ItemCannotBeRemoved -2146226142

无法删除该项。

ItemCannotBeRenamed -2146226109

无法重命名该项。

ItemFlagNotSupported -2146226141

项标志不受支持。

ItemNameInUse -2146226140

项名称正在使用中。

ItemNameInvalid -2146226139

项名称无效。

ItemNotFound -2146226138

未找到项。

ItemTypeNotSupported -2146226137

项类型不受支持。

LCIDNotSupported -2146226136

LCID 不受支持。

LoadElementFailed -2146226135

未能加载元素。

MissingPdb -2146226102

缺少 PDB。

MissingSource -2146226108

缺少源。

NameTooLong -2146226106

该名称太长。

NotClientSideAndNoUrl -2146226101

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

NotificationInvalid -2146226134

通知无效。

NotInitCompleted -2146226107

初始化未完成。

OptionInvalid -2146226133

选项无效。

OptionNotSupported -2146226132

选项不受支持。

ProcNameInUse -2146226105

进程名称正在使用中。

ProcNameInvalid -2146226104

进程名称无效。

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

源名字对象不可用。

UnknownError -2146225921

未知错误。

URLInvalid -2146226116

URL 无效。

VsaServerDown -2146226103

VSA 服务器已关闭。

适用于