CasewhereException(String, Exception) Constructor

Initializes a new instance of the CasewhereException class

Definition

Namespace: Casewhere.Common.Exceptions
Assembly: Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
C#
protected CasewhereException(
	string message,
	Exception ex
)

Parameters

message  String
 
ex  Exception
 

See Also