LibExceptionParameterShouldNotBeNull Method |
Used throughout the library for ArgumentNullException message
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic static Exception ParameterShouldNotBeNull(
string parameterName
)
Public Shared Function ParameterShouldNotBeNull (
parameterName As String
) As Exception
public:
static Exception^ ParameterShouldNotBeNull(
String^ parameterName
)
static member ParameterShouldNotBeNull :
parameterName : string -> Exception
Parameters
- parameterName
- Type: SystemString
Return Value
Type:
Exception
See Also