mindee-api-dotnet

Mindee404Exception Constructors

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

Overloads

Signature Description
Mindee404Exception() Exception
Mindee404Exception(string) Exception
Mindee404Exception(string, Exception) Exception

Mindee404Exception()

Exception

public Mindee404Exception();

Mindee404Exception(string)

Exception

public Mindee404Exception(string message);

Parameters

message string

Mindee404Exception(string, Exception)

Exception

public Mindee404Exception(string message, Exception innerException);

Parameters

message string

innerException Exception


Documentation generated by MdDocs