Amazon.SimpleSystemsManagement.Model.DocumentAlreadyExistsException.DocumentAlreadyExistsException C# (CSharp) Метод

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

Construct instance of DocumentAlreadyExistsException
public DocumentAlreadyExistsException ( 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 DocumentAlreadyExistsException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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