Condividi tramite


TokenProviderException(String, Exception) Constructor

Definition

Initializes a new instance of the TokenProviderException class.

public TokenProviderException (string message, Exception innerException);
new Microsoft.ServiceBus.TokenProviderException : string * Exception -> Microsoft.ServiceBus.TokenProviderException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String

The exception message.

innerException
Exception

The error that caused the exception.

Applies to