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

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

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

Same methods

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