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

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

Construct instance of InvalidGrantTokenException
public InvalidGrantTokenException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public InvalidGrantTokenException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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::InvalidGrantTokenException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InvalidGrantTokenException