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

PackedPolicyTooLargeException() public method

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

Same methods

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