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

MalformedPolicyDocumentException() public method

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

Same methods

MalformedPolicyDocumentException::MalformedPolicyDocumentException ( System info, System context ) : System
MalformedPolicyDocumentException::MalformedPolicyDocumentException ( string message ) : 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