Amazon.CognitoIdentityProvider.Model.NotAuthorizedException.NotAuthorizedException C# (CSharp) Method

NotAuthorizedException() public method

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

Same methods

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