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

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

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

Same methods

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