Amazon.Runtime.AmazonDateTimeUnmarshallingException.AmazonDateTimeUnmarshallingException C# (CSharp) Method

AmazonDateTimeUnmarshallingException() protected method

Constructs a new instance of the AmazonDateTimeUnmarshallingException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected AmazonDateTimeUnmarshallingException ( System info, System context ) : System
info System The that holds the serialized object data about the exception being thrown.
context System The that contains contextual information about the source or destination.
return System
        protected AmazonDateTimeUnmarshallingException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
            : base(info, context)
        {
            if (info != null)
            {
                this.InvalidDateTimeToken = info.GetString("InvalidDateTimeToken");
            }
        }

Same methods

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