Click or drag to resize

FileCorruptException Constructor (String, Exception)

Throws Exception when document appears to be corrupted and impossible.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public FileCorruptException(
	string message,
	Exception innerExc
)

Parameters

message
Type: System String
innerExc
Type: System Exception
See Also