Click or drag to resize

MeridianException Constructor (String)

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

Namespace:  BlueCieloECM.InnoCielo.Meridian
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public MeridianException(
	string message
)

Parameters

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