Amazon.IdentityManagement.Model.KeyPairMismatchException.KeyPairMismatchException C# (CSharp) Метод

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

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

Same methods

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