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

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

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

Same methods

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