| 
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
Syntax
 
 
public FileCorruptException(
	string message,
	Exception innerExc
)
 
Public Sub New ( 
	message As String,
	innerExc As Exception
)
 
public:
FileCorruptException(
	String^ message, 
	Exception^ innerExc
)
 
new : 
message : string * 
innerExc : Exception -> FileCorruptException
 
 
 
Parameters
 
- 
message
 
- 
 Type:
 
System
String
 
 
- 
innerExc
 
- 
 Type:
 
System
Exception
 
 
 
 See Also
See Also