SerializationException Constructor (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the SerializationException class with a specified message.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- message
- Type: System.String
The reason why the exception occurred.
SerializationException inherits from the SystemException class. The following table shows initial property values for an instance of SerializationException initialized with the current constructor.
Property | Condition |
|---|---|
null | |
The message string. |
Show: