Amazon.SimpleEmail.Model.FromEmailAddressNotVerifiedException.FromEmailAddressNotVerifiedException C# (CSharp) Метод

FromEmailAddressNotVerifiedException() защищенный Метод

Constructs a new instance of the FromEmailAddressNotVerifiedException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected FromEmailAddressNotVerifiedException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
Результат System
        protected FromEmailAddressNotVerifiedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
            : base(info, context)
        {
        }

Same methods

FromEmailAddressNotVerifiedException::FromEmailAddressNotVerifiedException ( Exception innerException ) : System
FromEmailAddressNotVerifiedException::FromEmailAddressNotVerifiedException ( string message ) : System
FromEmailAddressNotVerifiedException::FromEmailAddressNotVerifiedException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
FromEmailAddressNotVerifiedException::FromEmailAddressNotVerifiedException ( string message, Exception innerException ) : System
FromEmailAddressNotVerifiedException::FromEmailAddressNotVerifiedException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
FromEmailAddressNotVerifiedException