Amazon.ECS.Model.ClientException.ClientException C# (CSharp) Метод

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

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

Same methods

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