Implementierung einer möglichen User-Exception Class.
More...
|
| | MyUserException () |
| | Constructor.
|
| | MyUserException (SerializationInfo info, StreamingContext context) |
| | Constructor Diese Methode sowie die Parameter konnte ich nicht wirklich nachvollziehen! Bei der Suche nach Detail kam ich immer auf einen BinaryFormatter welcher als OBSOLOTE bezeichnet wurde! Dies, im Zusammenhang mit der Serialisierung.
|
Implementierung einer möglichen User-Exception Class.
◆ MyUserException() [1/5]
| fho.frm.net.Microsoft_DotNetSamples.ClassMethode.MyUserException.MyUserException |
( |
| ) |
|
|
protected |
◆ MyUserException() [2/5]
| fho.frm.net.Microsoft_DotNetSamples.ClassMethode.MyUserException.MyUserException |
( |
string | value | ) |
|
◆ MyUserException() [3/5]
| fho.frm.net.Microsoft_DotNetSamples.ClassMethode.MyUserException.MyUserException |
( |
string | value, |
|
|
string | message ) |
◆ MyUserException() [4/5]
| fho.frm.net.Microsoft_DotNetSamples.ClassMethode.MyUserException.MyUserException |
( |
string | value, |
|
|
string | message, |
|
|
Exception | innerException ) |
Constructor.
- Parameters
-
| value | |
| message | |
| innerException | |
◆ MyUserException() [5/5]
| fho.frm.net.Microsoft_DotNetSamples.ClassMethode.MyUserException.MyUserException |
( |
SerializationInfo | info, |
|
|
StreamingContext | context ) |
|
protected |
◆ ExceptionCode
| string fho.frm.net.Microsoft_DotNetSamples.ClassMethode.MyUserException.ExceptionCode |
◆ GetExceptionCode
| string fho.frm.net.Microsoft_DotNetSamples.ClassMethode.MyUserException.GetExceptionCode |
|
get |
The documentation for this class was generated from the following file:
- U:/00000000_global_projects/000_DotNetxx/fho.frm.net.Microsoft_DotNetSamples/fho.frm.net.Microsoft_DotNetSamples/ClassMethode/SampleUserException.cs