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

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

Construct instance of DocumentAlreadyExistsException
public DocumentAlreadyExistsException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System
        public DocumentAlreadyExistsException(string message, Exception innerException) 
            : base(message, innerException) {}
            

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, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
DocumentAlreadyExistsException