SerializationException Class
Throws a SerializationResult as an exception.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class SerializationException _
Inherits Exception
'Usage
Dim instance As SerializationException
[SerializableAttribute]
public sealed class SerializationException : Exception
[SerializableAttribute]
public ref class SerializationException sealed : public Exception
public final class SerializationException extends Exception
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.VisualStudio.Modeling.SerializationException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.