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