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