Class ExceptionEventArgs
Useful for tracking server health
Inherited Members
Namespace: Pulumi.Esc.Sdk.Client
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class ExceptionEventArgs : EventArgs
Constructors
View SourceExceptionEventArgs(Exception)
The ExcepetionEventArgs
Declaration
public ExceptionEventArgs(Exception exception)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | exception |
Properties
View SourceException
The ApiResponse
Declaration
public Exception Exception { get; }
Property Value
| Type | Description |
|---|---|
| Exception |