LocalizedException Constructor (SerializationInfo, StreamingContext)
The LocalizedException constructor creates a new serializable LocalizedException object.
Namespace:  Microsoft.Exchange.Data.Common
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New LocalizedException(info, context)
protected LocalizedException(
    SerializationInfo info,
    StreamingContext context
)
Parameters
- info
 Type: System.Runtime.Serialization.SerializationInfo
 The SerializationInfo object that holds the serialized object data about the exception being thrown.
- context
 Type: System.Runtime.Serialization.StreamingContext
 The StreamingContext object that contains contextual information about the source or destination.