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)
Syntaxpublic MeridianException(
	string message
)
Public Sub New ( 
	message As String
)
Parameters
- message
 - Type: SystemString
A message that describes the error. 
See Also