SecureStoreException Constructor (SerializationInfo, StreamingContext)
Constructs a new instance of the class by using the serialization information and the streaming context.
Namespace: Microsoft.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.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 SecureStoreException(info, context)
protected SecureStoreException(
SerializationInfo info,
StreamingContext context
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoThe serialization information.
context
Type: System.Runtime.Serialization.StreamingContextThe streaming context.
Remarks
This constructor can throw the exception ArgumentNullException if the info parameter is a null reference (Nothing in Visual Basic) reference, and SerializationException if the class name is a null reference (Nothing in Visual Basic) reference.