DocumentFormatException
DocumentFormatException(string)
DocumentFormatException 클래스의 새 인스턴스를 초기화합니다.
public DocumentFormatException(string message)
모수 | 유형 | 설명 |
---|---|---|
message | String | 예외 컨텍스트를 설명하는 메시지 |
또한보십시오
- class DocumentFormatException
- 네임스페이스 GroupDocs.Redaction.Exceptions
- 집회 GroupDocs.Redaction
DocumentFormatException(string, Exception)
지정된 오류 메시지와 이 예외의 원인인 내부 예외에 대한 참조를 사용하여 DocumentFormatException 클래스의 새 인스턴스를 초기화합니다.
public DocumentFormatException(string message, Exception innerException)
모수 | 유형 | 설명 |
---|---|---|
message | String | 예외 컨텍스트를 설명하는 메시지 |
innerException | Exception | 내부 예외 |
또한보십시오
- class DocumentFormatException
- 네임스페이스 GroupDocs.Redaction.Exceptions
- 집회 GroupDocs.Redaction