Table of Contents

Class TokenProviderException

Namespace
Microsoft.ServiceBus
Assembly
Microsoft.ServiceBus.dll

Represents an exception regarding the token provider for the Service Bus.

public class TokenProviderException : SecurityTokenException
Inheritance
TokenProviderException

Constructors

TokenProviderException(string, Exception)

Initializes a new instance of the TokenProviderException class.

public TokenProviderException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The error that caused the exception.