ManagementMessageException Constructor

Initializes a new instance of the ManagementMessageException class

Definition

Namespace: Centralpoint.Web
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public MessageException(
	string message,
	string method,
	string file
)

Parameters

message  String
 
method  String
 
file  String
 

See Also