Table of Contents

Class WebServiceExceptionEventArgs

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll
public class WebServiceExceptionEventArgs : ExceptionEventArgs
Inheritance
WebServiceExceptionEventArgs
Inherited Members

Constructors

WebServiceExceptionEventArgs()

protected WebServiceExceptionEventArgs()

Properties

Endpoint

public Uri Endpoint { get; protected set; }

Property Value

Uri

Exception

public Exception Exception { get; protected set; }

Property Value

Exception

Headers

public IDictionary<string, string> Headers { get; protected set; }

Property Value

IDictionary<string, string>

Parameters

public IDictionary<string, string> Parameters { get; protected set; }

Property Value

IDictionary<string, string>

Request

public AmazonWebServiceRequest Request { get; protected set; }

Property Value

AmazonWebServiceRequest

ServiceName

public string ServiceName { get; protected set; }

Property Value

string