ObjectFrozenException Constructor (String) |
Initializes a new instance.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic ObjectFrozenException(
string message
)
Public Sub New (
message As String
)
public:
ObjectFrozenException(
String^ message
)
new :
message : string -> ObjectFrozenException
Parameters
- message
- Type: SystemString
The message associated with the exception.
See Also