ScriptComponentException
Overview
Exception class for ScriptComponent. This is raised when calling methods that are in an invalid state (like Run when already running)
Location
- Reference: RemObjects.Script.dll
- Namespace: RemObjects.Script
- Ancestry: Exception | ScriptComponentException
Instance Methods
constructor
constructor
ScriptComponentException()
Sub New()
constructor (SerializationInfo, StreamingContext)
constructor(info: SerializationInfo; context: StreamingContext)
ScriptComponentException(SerializationInfo info, StreamingContext context)
Sub New(info As SerializationInfo, context As StreamingContext)
Parameters:
- info:
- context:
constructor (String)
constructor(message: String)
ScriptComponentException(String message)
Sub New(message As String)
Parameters:
- message:
constructor (String, Exception)
constructor(message: String; innerException: Exception)
ScriptComponentException(String message, Exception innerException)
Sub New(message As String, innerException As Exception)
Parameters:
- message:
- innerException: