mindee-api-dotnet

Mindee401Exception Constructors

Declaring Type: Mindee401Exception
Namespace: Mindee.Exceptions
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

Overloads

Signature Description
Mindee401Exception() Exception
Mindee401Exception(string) Exception
Mindee401Exception(string, Exception) Exception

Mindee401Exception()

Exception

public Mindee401Exception();

Mindee401Exception(string)

Exception

public Mindee401Exception(string message);

Parameters

message string

Mindee401Exception(string, Exception)

Exception

public Mindee401Exception(string message, Exception innerException);

Parameters

message string

innerException Exception


Documentation generated by MdDocs