Click or drag to resize

ExceptionsHelperThrowBadDataExceptionIfNull Method

[Missing <summary> documentation for "M:Casewhere.Common.Exceptions.ExceptionsHelper.ThrowBadDataExceptionIfNull(System.Object,System.String,System.Type,System.String)"]


Namespace: Casewhere.Common.Exceptions
Assembly: Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void ThrowBadDataExceptionIfNull(
	Object checkObj,
	string msg,
	Type type,
	string method
)

Parameters

checkObj  Object
 
msg  String
 
type  Type
 
method  String
 
See Also