Click or drag to resize
ManagerException Constructor (String, Exception)
Creates a new ManagerException with the given message and cause.

Namespace: AsterNET.Manager
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ManagerException(
	string message,
	Exception cause
)

Parameters

message
Type: SystemString
message describing the manager exception
cause
Type: SystemException
exception that caused the manager exception
See Also