CustomVisionErrorException Constructors

Definition

Overloads

CustomVisionErrorException()

Initializes a new instance of the CustomVisionErrorException class.

CustomVisionErrorException(String)

Initializes a new instance of the CustomVisionErrorException class.

CustomVisionErrorException(String, Exception)

Initializes a new instance of the CustomVisionErrorException class.

CustomVisionErrorException()

Source:
CustomVisionErrorException.cs
Source:
CustomVisionErrorException.cs

Initializes a new instance of the CustomVisionErrorException class.

C#
public CustomVisionErrorException();

Applies to

Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest, Preview

CustomVisionErrorException(String)

Source:
CustomVisionErrorException.cs
Source:
CustomVisionErrorException.cs

Initializes a new instance of the CustomVisionErrorException class.

C#
public CustomVisionErrorException(string message);

Parameters

message
String

The exception message.

Applies to

Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest, Preview

CustomVisionErrorException(String, Exception)

Source:
CustomVisionErrorException.cs
Source:
CustomVisionErrorException.cs

Initializes a new instance of the CustomVisionErrorException class.

C#
public CustomVisionErrorException(string message, Exception innerException);

Parameters

message
String

The exception message.

innerException
Exception

Inner exception.

Applies to

Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest, Preview