| UnknownErrorException(String) Constructor |
Initializes a new instance of the UnknownErrorException class.
Namespace: Patagames.Pdf.Net.ExceptionsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public UnknownErrorException(
string message
)
Public Sub New (
message As String
)
public:
UnknownErrorException(
String^ message
)
new :
message : string -> UnknownErrorException
public UnknownErrorException(
String message
)
Patagames.Pdf.Net.Exceptions.UnknownErrorException = function(message);
Parameters
- message String
- The error message that explains the reason for the exception.
See Also