Share via


VsCredentialStorageException Constructor (String, Exception)

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
Public Sub New ( _
    message As String, _
    e As Exception _
)
public VsCredentialStorageException(
    string message,
    Exception e
)
public:
VsCredentialStorageException(
    String^ message, 
    Exception^ e
)
new : 
        message:string * 
        e:Exception -> VsCredentialStorageException
public function VsCredentialStorageException(
    message : String, 
    e : Exception
)

Parameters

  • message
    Type: String

    The exception message.

  • e
    Type: Exception

    The nested exception.

.NET Framework Security

See Also

Reference

VsCredentialStorageException Class

VsCredentialStorageException Overload

Microsoft.VisualStudio.Shell.Connected.CredentialStorage Namespace