Amazon.AWSMarketplaceMetering.Model.InternalServiceErrorException.InternalServiceErrorException C# (CSharp) Метод

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

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

Same methods

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