mindee-api-dotnet

Mindee400Exception Constructors

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

Overloads

Signature Description
Mindee400Exception() Exception
Mindee400Exception(string) Exception
Mindee400Exception(string, Exception) Exception

Mindee400Exception()

Exception

public Mindee400Exception();

Mindee400Exception(string)

Exception

public Mindee400Exception(string message);

Parameters

message string

Mindee400Exception(string, Exception)

Exception

public Mindee400Exception(string message, Exception innerException);

Parameters

message string

innerException Exception


Documentation generated by MdDocs