Amazon.Lambda.Model.PolicyLengthExceededException.PolicyLengthExceededException C# (CSharp) Method

PolicyLengthExceededException() public method

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

Same methods

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