Click or drag to resize

DependencyException Constructor (String)

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

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public DependencyException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also