Amazon.ECR.Model.ServerException.ServerException C# (CSharp) Method

ServerException() public method

Construct instance of ServerException
public ServerException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public ServerException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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