Table of Contents

Class ManagementException

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Base exception class for all exceptions thrown by the SDK.

public class ManagementException : Exception, ISerializable, _Exception
Inheritance
ManagementException
Implements
Derived
Inherited Members
Extension Methods

Constructors

ManagementException(string, Exception?)

Base exception class for all exceptions thrown by the SDK.

public ManagementException(string message, Exception? innerException = null)

Parameters

message string
innerException Exception