EAPNullArgException Constructor |
Standard constructor.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public EAPNullArgException(
string paramName,
string userMessage = null,
string developerMessage = null
)
Public Sub New (
paramName As String,
Optional userMessage As String = Nothing,
Optional developerMessage As String = Nothing
)
Parameters
- paramName
- Type: SystemString
The name of the null parameter. - userMessage (Optional)
- Type: SystemString
Optional message suitable for display to the user. - developerMessage (Optional)
- Type: SystemString
Optional developer message.
See Also