Show / Hide Table of Contents

Class ExceptionEventArgs

Useful for tracking server health

Inheritance
object
EventArgs
ExceptionEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Esc.Sdk.Client
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class ExceptionEventArgs : EventArgs

Constructors

View Source

ExceptionEventArgs(Exception)

The ExcepetionEventArgs

Declaration
public ExceptionEventArgs(Exception exception)
Parameters
Type Name Description
Exception exception

Properties

View Source

Exception

The ApiResponse

Declaration
public Exception Exception { get; }
Property Value
Type Description
Exception

Version 0.13.1

  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.