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

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

Construct instance of InvalidArnException
public InvalidArnException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public InvalidArnException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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