mindee-api-dotnet

MindeeInputException Constructors

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

Overloads

Signature Description
MindeeInputException() Exception
MindeeInputException(string) Exception
MindeeInputException(string, Exception) Exception

MindeeInputException()

Exception

public MindeeInputException();

MindeeInputException(string)

Exception

public MindeeInputException(string message);

Parameters

message string

MindeeInputException(string, Exception)

Exception

public MindeeInputException(string message, Exception innerException);

Parameters

message string

innerException Exception


Documentation generated by MdDocs