Click or drag to resize

ExceptionsHelperGetArgumentNullException Method

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

Parameters

paramName
Type: SystemString

[Missing <param name="paramName"/> documentation for "M:Casewhere.Common.Exceptions.ExceptionsHelper.GetArgumentNullException(System.String,System.Type,System.String)"]

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Casewhere.Common.Exceptions.ExceptionsHelper.GetArgumentNullException(System.String,System.Type,System.String)"]

method
Type: SystemString

[Missing <param name="method"/> documentation for "M:Casewhere.Common.Exceptions.ExceptionsHelper.GetArgumentNullException(System.String,System.Type,System.String)"]

Return Value

Type: Exception

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

See Also