Name

SerializationException

Synopsis

This class contains the exceptions thrown on serialization and deserialization errors.

Public Class SerializationException : Inherits SystemException
' Public Constructors
   Public Sub New() 
   Public Sub New( ByVal message As String) 
   Public Sub New(ByVal message As String, 
        ByVal innerException As Exception) 
' Protected Constructors
   Protected Sub New(ByVal info As SerializationInfo, 
        ByVal context As StreamingContext) 
End Class

Hierarchy

System.ObjectSystem.Exception(ISerializable)System.SystemException SerializationException

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.