public class JSVsaError extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.JScript.Vsa.JSVsaError
Powered by JCOBridge: more info at https://www.jcobridge.com
| Constructor and Description |
|---|
JSVsaError() |
JSVsaError(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static JSVsaError AppDomainCannotBeSet
public static JSVsaError AppDomainInvalid
public static JSVsaError ApplicationBaseCannotBeSet
public static JSVsaError ApplicationBaseInvalid
public static JSVsaError AssemblyExpected
public static final java.lang.String assemblyFullName
public static JSVsaError AssemblyNameInvalid
public static final java.lang.String assemblyShortName
public static JSVsaError BadAssembly
public static JSVsaError BrowserNotExist
public static JSVsaError CachedAssemblyInvalid
public static JSVsaError CallbackUnexpected
public static JSVsaError CannotAttachToWebServer
public static final java.lang.String className
public static JSVsaError CodeDOMNotAvailable
public static JSVsaError CompiledStateNotFound
public static JSVsaError DebuggeeNotStarted
public static JSVsaError DebugInfoNotSupported
public static JSVsaError ElementNameInvalid
public static JSVsaError ElementNotFound
public static JSVsaError EngineBusy
public static JSVsaError EngineCannotClose
public static JSVsaError EngineCannotReset
public static JSVsaError EngineClosed
public static JSVsaError EngineEmpty
public static JSVsaError EngineInitialized
public static JSVsaError EngineNameInUse
public static JSVsaError EngineNameInvalid
public static JSVsaError EngineNameNotSet
public static JSVsaError EngineNotCompiled
public static JSVsaError EngineNotExist
public static JSVsaError EngineNotInitialized
public static JSVsaError EngineNotRunning
public static JSVsaError EngineRunning
public static JSVsaError EventSourceInvalid
public static JSVsaError EventSourceNameInUse
public static JSVsaError EventSourceNameInvalid
public static JSVsaError EventSourceNotFound
public static JSVsaError EventSourceTypeInvalid
public static JSVsaError FileFormatUnsupported
public static JSVsaError FileTypeUnknown
public static JSVsaError GetCompiledStateFailed
public static JSVsaError GlobalInstanceInvalid
public static JSVsaError GlobalInstanceTypeInvalid
public static JSVsaError InternalCompilerError
public static JSVsaError ItemCannotBeRemoved
public static JSVsaError ItemCannotBeRenamed
public static JSVsaError ItemFlagNotSupported
public static JSVsaError ItemNameInUse
public static JSVsaError ItemNameInvalid
public static JSVsaError ItemNotFound
public static JSVsaError ItemTypeNotSupported
public static JSVsaError LCIDNotSupported
public static JSVsaError LoadElementFailed
public static JSVsaError MissingPdb
public static JSVsaError MissingSource
public static JSVsaError NameTooLong
public static JSVsaError NotClientSideAndNoUrl
public static JSVsaError NotificationInvalid
public static JSVsaError NotInitCompleted
public static JSVsaError OptionInvalid
public static JSVsaError OptionNotSupported
public static JSVsaError ProcNameInUse
public static JSVsaError ProcNameInvalid
public static JSVsaError RevokeFailed
public static JSVsaError RootMonikerAlreadySet
public static JSVsaError RootMonikerInUse
public static JSVsaError RootMonikerInvalid
public static JSVsaError RootMonikerNotSet
public static JSVsaError RootMonikerProtocolInvalid
public static JSVsaError RootNamespaceInvalid
public static JSVsaError RootNamespaceNotSet
public static JSVsaError SaveCompiledStateFailed
public static JSVsaError SaveElementFailed
public static JSVsaError SiteAlreadySet
public static JSVsaError SiteInvalid
public static JSVsaError SiteNotSet
public static JSVsaError SourceItemNotAvailable
public static JSVsaError SourceMonikerNotAvailable
public static JSVsaError UnknownError
public static JSVsaError URLInvalid
public static JSVsaError VsaServerDown
public JSVsaError()
public JSVsaError(java.lang.Object instance)
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Class