ObjectFrozenException Constructor (String, Exception) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ObjectFrozenException(
	string message,
	Exception innerException
)
Public Sub New ( 
	message As String,
	innerException As Exception
)
public:
ObjectFrozenException(
	String^ message, 
	Exception^ innerException
)
new : 
        message : string * 
        innerException : Exception -> ObjectFrozenExceptionParameters
- message
 - Type: SystemString
The message associated with the exception. - innerException
 - Type: SystemException
The inner exception that caused this exception. 
See Also