Click or drag to resize

ObjectFrozenException Constructor (String, Exception)

Initializes a new instance.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ObjectFrozenException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The message associated with the exception.
innerException
Type: SystemException
The inner exception that caused this exception.
See Also