  | ManagerException Constructor (String, Exception) | 
            Creates a new ManagerException with the given message and cause.
            
 
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ManagerException(
	string message,
	Exception cause
)
Public Sub New ( 
	message As String,
	cause As Exception
)
public:
ManagerException(
	String^ message, 
	Exception^ cause
)
new : 
        message : string * 
        cause : Exception -> ManagerExceptionParameters
- message
 - Type: SystemString
message describing the manager exception - cause
 - Type: SystemException
exception that caused the manager exception 
See Also