Definition at line 748 of file Options.cs.
Ntp.Common.IO.OptionException.OptionException |
( |
| ) |
|
|
inline |
Ntp.Common.IO.OptionException.OptionException |
( |
string |
message, |
|
|
string |
optionName |
|
) |
| |
|
inline |
Ntp.Common.IO.OptionException.OptionException |
( |
string |
message, |
|
|
string |
optionName, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
Definition at line 760 of file Options.cs.
761 : base(message, innerException)
Ntp.Common.IO.OptionException.OptionException |
( |
SerializationInfo |
info, |
|
|
StreamingContext |
context |
|
) |
| |
|
inlineprotected |
Definition at line 766 of file Options.cs.
767 : base(info, context)
override void Ntp.Common.IO.OptionException.GetObjectData |
( |
SerializationInfo |
info, |
|
|
StreamingContext |
context |
|
) |
| |
|
inline |
string Ntp.Common.IO.OptionException.OptionName |
|
get |
The documentation for this class was generated from the following file: