Amazon.SecurityToken.Model.MalformedPolicyDocumentException.MalformedPolicyDocumentException C# (CSharp) Method

MalformedPolicyDocumentException() public method

Constructs a new MalformedPolicyDocumentException with the specified error message.
public MalformedPolicyDocumentException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public MalformedPolicyDocumentException(string message) 
            : base(message) {}
          

Same methods

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