CodedArgumentException Constructor (String) |
[This is preliminary documentation and is subject to change.]
Namespace:
NerdyDuck.CodedExceptions
Assembly:
NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntaxpublic CodedArgumentException(
string message
)
Public Sub New (
message As String
)
View SourceParameters
- message
- Type: SystemString
The error message that explains the reason for the exception.
RemarksThis constructor initializes the
Message property of the new instance using
message.
See Also