Class OpenBiErrorEventArgs
Represents the server error event args.
Inheritance
OpenBiErrorEventArgs
Inherited Members
Namespace: BiExcellence.OpenBi.Api
Assembly: BiExcellence.OpenBi.Api.dll
Syntax
public class OpenBiErrorEventArgs : EventArgs
Constructors
OpenBiErrorEventArgs(IOpenBiRequest, Exception)
Initializes a new instance of the OpenBiErrorEventArgs class.
Declaration
public OpenBiErrorEventArgs(IOpenBiRequest request, Exception exception)
Parameters
| Type | Name | Description |
|---|---|---|
| IOpenBiRequest | request | The request. |
| Exception | exception | The exception. |
Properties
Exception
Gets the exception.
Declaration
public Exception Exception { get; }
Property Value
| Type | Description |
|---|---|
| Exception |
Request
Gets the request.
Declaration
public IOpenBiRequest Request { get; }
Property Value
| Type | Description |
|---|---|
| IOpenBiRequest |