Share via


VsCredentialStorageException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of VsCredentialStorageException.

Namespace:  Microsoft.VisualStudio.Shell.Connected.CredentialStorage
Assembly:  Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected VsCredentialStorageException(
    SerializationInfo info,
    StreamingContext context
)
protected:
VsCredentialStorageException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> VsCredentialStorageException
protected function VsCredentialStorageException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

  • info
    Type: SerializationInfo

    The information.

  • context
    Type: StreamingContext

    The context.

.NET Framework Security

See Also

Reference

VsCredentialStorageException Class

VsCredentialStorageException Overload

Microsoft.VisualStudio.Shell.Connected.CredentialStorage Namespace