Click or drag to resize

DataUnavailableException Constructor (String)

Initializes a new instance of the DataUnavailableException class with a specified error message.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DataUnavailableException(
	string message
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
See Also