OAuthTokenNotFoundException Constructor (String)

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

Syntax

'Declaration
Public Sub New ( _
    token As String _
)
public OAuthTokenNotFoundException(
    string token
)
public:
OAuthTokenNotFoundException(
    String^ token
)
new : 
        token:string -> OAuthTokenNotFoundException
public function OAuthTokenNotFoundException(
    token : String
)

Parameters

.NET Framework Security

See Also

Reference

OAuthTokenNotFoundException Class

OAuthTokenNotFoundException Overload

Microsoft.TeamFoundation.Framework.Server Namespace