Class OpenBiServerErrorException
Represents a server error.
Thrown if Code is not 0
Inheritance
OpenBiServerErrorException
Inherited Members
-
Exception.
Get Base Exception() -
Exception.
Get Object Data(Serialization Info, Streaming Context) -
Exception.
Get Type() -
Exception.
To String() -
Exception.
Data -
Exception.
Help Link -
Exception.
HResult -
Exception.
Inner Exception -
Exception.
Message -
Exception.
Source -
Exception.
Stack Trace -
Exception.
Target Site -
Exception.
Serialize Object State
Namespace: BiExcellence .OpenBi .Api
Assembly: BiExcellence.OpenBi.Api.dll
Syntax
public class OpenBiServerErrorException : Exception
Constructors
OpenBiServerErrorException(IOpenBiResponse, IReadOnlyList<IOpenBiServerMessage>)
Initializes a new instance of the Open
Declaration
public OpenBiServerErrorException(IOpenBiResponse response, IReadOnlyList<IOpenBiServerMessage> messages)
Parameters
Type | Name | Description |
---|---|---|
IOpen |
response | The failed response. |
IRead |
messages | The messages returned from the server if any. |
Properties
Messages
Gets the messages returned from the server.
Declaration
public virtual IReadOnlyList<IOpenBiServerMessage> Messages { get; }
Property Value
Type | Description |
---|---|
IRead |
Response
Gets the failed response.
Declaration
public virtual IOpenBiResponse Response { get; }
Property Value
Type | Description |
---|---|
IOpen |