Amazon.KeyManagementService.Model.InvalidGrantTokenException.InvalidGrantTokenException C# (CSharp) Метод

InvalidGrantTokenException() публичный Метод

Construct instance of InvalidGrantTokenException
public InvalidGrantTokenException ( 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
Результат System
        public InvalidGrantTokenException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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