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

NotAuthorizedException() public method

Construct instance of NotAuthorizedException
public NotAuthorizedException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public NotAuthorizedException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

NotAuthorizedException::NotAuthorizedException ( Exception innerException ) : System
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