Table of Contents

Class AmazonDateTimeUnmarshallingException

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll

This exception is thrown when there is a parse error on the response back from AWS.

public class AmazonDateTimeUnmarshallingException : AmazonUnmarshallingException, ISerializable
Inheritance
AmazonDateTimeUnmarshallingException
Implements
Inherited Members

Constructors

AmazonDateTimeUnmarshallingException(string, string, string, Exception)

public AmazonDateTimeUnmarshallingException(string requestId, string lastKnownLocation, string invalidDateTimeToken, Exception innerException)

Parameters

requestId string
lastKnownLocation string
invalidDateTimeToken string
innerException Exception

AmazonDateTimeUnmarshallingException(string, string, string, string, Exception)

public AmazonDateTimeUnmarshallingException(string requestId, string lastKnownLocation, string responseBody, string invalidDateTimeToken, Exception innerException)

Parameters

requestId string
lastKnownLocation string
responseBody string
invalidDateTimeToken string
innerException Exception

AmazonDateTimeUnmarshallingException(string, string, string, string, string, Exception)

public AmazonDateTimeUnmarshallingException(string requestId, string lastKnownLocation, string responseBody, string invalidDateTimeToken, string message, Exception innerException)

Parameters

requestId string
lastKnownLocation string
responseBody string
invalidDateTimeToken string
message string
innerException Exception

Properties

InvalidDateTimeToken

The string value which could not be converted into a valid DateTime instance.

public string InvalidDateTimeToken { get; }

Property Value

string