EmptyValueException Constructor (String) |
Constructor.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic EmptyValueException(
string message
)
Public Sub New (
message As String
)
public:
EmptyValueException(
String^ message
)
new :
message : string -> EmptyValueException
Parameters
- message
- Type: SystemString
Exception message.
See Also