NativeLibraryException Constructor (String) |
Initializes a new instance with a specified message.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Tirem (in AGI.Foundation.Tirem.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public NativeLibraryException(
string message
)
Public Sub New (
message As String
)
public:
NativeLibraryException(
String^ message
)
new :
message : string -> NativeLibraryException
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception.
See Also