Share via


AccountNotFoundException Constructor (String, Exception)

Namespace:  Microsoft.VisualStudio.Services.Account
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public AccountNotFoundException(
    string message,
    Exception innerException
)
public:
AccountNotFoundException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> AccountNotFoundException
public function AccountNotFoundException(
    message : String, 
    innerException : Exception
)

Parameters

.NET Framework Security

See Also

Reference

AccountNotFoundException Class

AccountNotFoundException Overload

Microsoft.VisualStudio.Services.Account Namespace