VsaError Enum

Definition

Caution

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.

Defines the set of exceptions that can be thrown by a .NET script engine.

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
Inheritance
VsaError
Attributes

Fields

AppDomainCannotBeSet -2146226176

The app domain cannot be set.

AppDomainInvalid -2146226175

The app domain is invalid.

ApplicationBaseCannotBeSet -2146226174

The application base cannot be set.

ApplicationBaseInvalid -2146226173

The application base is invalid.

AssemblyExpected -2146226172

The assembly is expected.

AssemblyNameInvalid -2146226171

The assembly name is invalid.

BadAssembly -2146226170

To assembly is bad.

BrowserNotExist -2146226115

The browser does not exist.

CachedAssemblyInvalid -2146226169

The cached assembly is invalid.

CallbackUnexpected -2146226168

The callback was unexpected.

CannotAttachToWebServer -2146226100

Cannot be attached to web server.

CodeDOMNotAvailable -2146226167

The code DOM is not available.

CompiledStateNotFound -2146226166

The compile state was not found.

DebuggeeNotStarted -2146226114

The debuggee was not started.

DebugInfoNotSupported -2146226165

The debug info is not supported.

ElementNameInvalid -2146226164

The element name is invalid.

ElementNotFound -2146226163

The element was not found.

EngineBusy -2146226162

The engine is busy.

EngineCannotClose -2146226161

The engine cannot close.

EngineCannotReset -2146226160

The engine cannot reset.

EngineClosed -2146226159

The engine is closed.

EngineEmpty -2146226159

The engine is empty.

EngineInitialized -2146226157

The engine is initialized.

EngineNameInUse -2146226156

The engine name is in use.

EngineNameInvalid -2146226113

The engine name is invalid.

EngineNameNotSet -2146226099

The engine name is not set.

EngineNotCompiled -2146226155

The engine is not compiled.

EngineNotExist -2146226112

The engine does not exist.

EngineNotInitialized -2146226154

The engine is not initialized.

EngineNotRunning -2146226153

The engine is not running.

EngineRunning -2146226152

The engine is running.

EventSourceInvalid -2146226151

The event source is invalid.

EventSourceNameInUse -2146226150

The event source name is in use.

EventSourceNameInvalid -2146226149

The event source name is invalid.

EventSourceNotFound -2146226148

The event source was not found.

EventSourceTypeInvalid -2146226147

The event source type is invalid.

FileFormatUnsupported -2146226111

The file format is unsupported.

FileTypeUnknown -2146226110

The file type is unknown.

GetCompiledStateFailed -2146226146

Failed to get the compiled state.

GlobalInstanceInvalid -2146226145

The global instance is invalid.

GlobalInstanceTypeInvalid -2146226144

The global instance type is invalid.

InternalCompilerError -2146226143

There was an internal compiler error.

ItemCannotBeRemoved -2146226142

The item cannot be removed.

ItemCannotBeRenamed -2146226109

The item cannot be renamed.

ItemFlagNotSupported -2146226141

The item flag is not supported.

ItemNameInUse -2146226140

The item name is in use.

ItemNameInvalid -2146226139

The item name is invalid.

ItemNotFound -2146226138

The item was not found.

ItemTypeNotSupported -2146226137

The item type is not supported.

LCIDNotSupported -2146226136

The LCID is not supported.

LoadElementFailed -2146226135

Failed to load element.

MissingPdb -2146226102

The PDB is missing.

MissingSource -2146226108

The source is missing.

NameTooLong -2146226106

The name is too long.

NotClientSideAndNoUrl -2146226101

The error was not on the client side and there was no URL supplied.

NotificationInvalid -2146226134

The notification is invalid.

NotInitCompleted -2146226107

The init was not completed.

OptionInvalid -2146226133

The option is invalid.

OptionNotSupported -2146226132

The option is not supported.

ProcNameInUse -2146226105

The process name is in use.

ProcNameInvalid -2146226104

The process name is invalid.

RevokeFailed -2146226131

The revoke failed.

RootMonikerAlreadySet -2146226130

The root moniker has already been set.

RootMonikerInUse -2146226129

The root moniker is in use.

RootMonikerInvalid -2146226128

The root moniker is invalid.

RootMonikerNotSet -2146226127

The root moniker is not set.

RootMonikerProtocolInvalid -2146226126

The root moniker protocol is invalid.

RootNamespaceInvalid -2146226125

The root namespace is invalid.

RootNamespaceNotSet -2146226124

The root namespace is not set.

SaveCompiledStateFailed -2146226123

Failed to save the compiled state.

SaveElementFailed -2146226122

Failed to save element.

SiteAlreadySet -2146226121

The site is already set.

SiteInvalid -2146226120

The site is invalid.

SiteNotSet -2146226119

The site is not set.

SourceItemNotAvailable -2146226118

The source item is not available.

SourceMonikerNotAvailable -2146226117

The source moniker is not available.

UnknownError -2146225921

The error is unknown.

URLInvalid -2146226116

The URL is invalid.

VsaServerDown -2146226103

The VSA server is down.

Applies to