Amazon.ECR.Model.ServerException.ServerException C# (CSharp) Метод

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

Construct instance of ServerException
public ServerException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public ServerException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, 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, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
ServerException::ServerException ( string message, Exception innerException ) : System
ServerException