DocumentReadException Constructor (String, Exception)
|
Constructor with exception message.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public DocumentReadException(
string message,
Exception exception
)
Public Sub New (
message As String,
exception As Exception
)
public:
DocumentReadException(
String^ message,
Exception^ exception
)
new :
message : string *
exception : Exception -> DocumentReadException
Parameters
-
message
-
Type:
System
String
message
-
exception
-
Type:
System
Exception
original exception
See Also