Class HostIntegratorException
The methods and properties in the HostIntegratorException class provide information on any errors that occur with the Verastream .NET API.
Inheritance
Inherited Members
Namespace: WRQ.Verastream.HostIntegrator
Assembly: WRQ.Verastream.HostIntegrator.dll
Syntax
[Serializable]
public class HostIntegratorException : Exception, ISerializable, _Exception
Properties
ErrorMessage
Gets information associated with the most recently reported error. ErrorMessage
Declaration
public virtual ErrorMessage ErrorMessage { get; }
Property Value
Type | Description |
---|---|
ErrorMessage | This property returns information associated with the most recently reported error. |
Remarks
Gets information associated with the most recently reported error.
ErrorMessages
Gets information associated with the most recent group of reported errors. ErrorMessage
Declaration
public virtual IList ErrorMessages { get; }
Property Value
Type | Description |
---|---|
IList | This property returns a list of ErrorInfo objects, containing information for each reported error. |
Remarks
Gets information associated with the most recent group of reported errors.
ErrorScreen
ErrorScreen property
Declaration
public virtual TerminalScreen ErrorScreen { get; }
Property Value
Type | Description |
---|---|
TerminalScreen |
Message
Gets the most recent error description, in English.
Declaration
public override string Message { get; }
Property Value
Type | Description |
---|---|
string | This property returns the most recent error description, in English. |
Overrides
Remarks
Gets the most recent error description, in English.
MessageList
Gets all error descriptions, in English.
Declaration
public virtual IList MessageList { get; }
Property Value
Type | Description |
---|---|
IList | This property returns all error descriptions, in English. |
Remarks
Gets all error descriptions, in English.