Aracılığıyla paylaş


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

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.

See Also

Reference

SecureStoreException Class

SecureStoreException Members

SecureStoreException Overload

Microsoft.BusinessData.Infrastructure.SecureStore Namespace