mindee-api-dotnet

MindeeException Constructors

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

Overloads

Signature Description
MindeeException() Exception
MindeeException(string) Exception
MindeeException(string, Exception) Exception

MindeeException()

Exception

public MindeeException();

MindeeException(string)

Exception

public MindeeException(string message);

Parameters

message string

MindeeException(string, Exception)

Exception

public MindeeException(string message, Exception innerException);

Parameters

message string

innerException Exception


Documentation generated by MdDocs