Amazon.SimpleEmail.Model.CannotDeleteException.CannotDeleteException C# (CSharp) Method

CannotDeleteException() public method

Construct instance of CannotDeleteException
public CannotDeleteException ( Exception innerException ) : System
innerException System.Exception
return System
        public CannotDeleteException(Exception innerException) 
            : base(innerException) {}
            

Same methods

CannotDeleteException::CannotDeleteException ( System info, System context ) : System
CannotDeleteException::CannotDeleteException ( string message ) : System
CannotDeleteException::CannotDeleteException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
CannotDeleteException::CannotDeleteException ( string message, Exception innerException ) : System
CannotDeleteException::CannotDeleteException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
CannotDeleteException