Click or drag to resize

ExceptionsHelperGetArgumentException(String, String, Type, String) Method

[Missing <summary> documentation for "M:Casewhere.Common.Exceptions.ExceptionsHelper.GetArgumentException(System.String,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 Exception GetArgumentException(
	string paramName,
	string msg,
	Type type,
	string method
)

Parameters

paramName  String
 
msg  String
 
type  Type
 
method  String
 

Return Value

Exception

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

See Also