IOException
IOException(string)
의 새 인스턴스를 초기화합니다.IOException
수업.
public IOException(string message)
모수 | 유형 | 설명 |
---|---|---|
message | String | 오류를 설명하는 메시지입니다. |
또한보십시오
- class IOException
- 네임스페이스 GroupDocs.Annotation.Exceptions
- 집회 GroupDocs.Annotation
IOException(string, Exception)
의 새 인스턴스를 초기화합니다.IOException
수업.
public IOException(string message, Exception innerException)
모수 | 유형 | 설명 |
---|---|---|
message | String | 예외의 이유를 설명하는 오류 메시지입니다. |
innerException | Exception | 현재 예외의 원인인 예외 또는 내부 예외가 지정되지 않은 경우 null 참조(Visual Basic의 경우 Nothing)입니다. |
또한보십시오
- class IOException
- 네임스페이스 GroupDocs.Annotation.Exceptions
- 집회 GroupDocs.Annotation