Class AmazonDateTimeUnmarshallingException
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
AmazonDateTimeUnmarshallingException(string, string, string, string, Exception)
public AmazonDateTimeUnmarshallingException(string requestId, string lastKnownLocation, string responseBody, string invalidDateTimeToken, Exception innerException)
Parameters
requestIdstringlastKnownLocationstringresponseBodystringinvalidDateTimeTokenstringinnerExceptionException
AmazonDateTimeUnmarshallingException(string, string, string, string, string, Exception)
public AmazonDateTimeUnmarshallingException(string requestId, string lastKnownLocation, string responseBody, string invalidDateTimeToken, string message, Exception innerException)
Parameters
requestIdstringlastKnownLocationstringresponseBodystringinvalidDateTimeTokenstringmessagestringinnerExceptionException
Properties
InvalidDateTimeToken
The string value which could not be converted into a valid DateTime instance.
public string InvalidDateTimeToken { get; }