mindee-api-dotnet

Mindee500Exception Constructors

Declaring Type: Mindee500Exception
Namespace: Mindee.Exceptions
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

Overloads

Signature Description
Mindee500Exception() Exception
Mindee500Exception(string) Exception
Mindee500Exception(string, Exception) Exception

Mindee500Exception()

Exception

public Mindee500Exception();

Mindee500Exception(string)

Exception

public Mindee500Exception(string message);

Parameters

message string

Mindee500Exception(string, Exception)

Exception

public Mindee500Exception(string message, Exception innerException);

Parameters

message string

innerException Exception


Documentation generated by MdDocs