ContinueOutOfFinally Constructors

Definition

Initializes a new instance of the ContinueOutOfFinally class.

Overloads

ContinueOutOfFinally()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ContinueOutOfFinally class.

ContinueOutOfFinally(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ContinueOutOfFinally class, using the specified target.

ContinueOutOfFinally(String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ContinueOutOfFinally class, using the specified error message.

ContinueOutOfFinally(String, Exception)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ContinueOutOfFinally class, using the specified error message and a reference to the inner exception that is the cause of this exception.

ContinueOutOfFinally()

Initializes a new instance of the ContinueOutOfFinally class.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public ContinueOutOfFinally();

See also

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ContinueOutOfFinally(Int32)

Initializes a new instance of the ContinueOutOfFinally class, using the specified target.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public ContinueOutOfFinally(int target);

Parameters

target
Int32

The target of the exception.

See also

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ContinueOutOfFinally(String)

Initializes a new instance of the ContinueOutOfFinally class, using the specified error message.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public ContinueOutOfFinally(string m);

Parameters

m
String

The message that describes the error.

See also

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ContinueOutOfFinally(String, Exception)

Initializes a new instance of the ContinueOutOfFinally class, using the specified error message and a reference to the inner exception that is the cause of this exception.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public ContinueOutOfFinally(string m, Exception e);

Parameters

m
String

The message that describes the error.

e
Exception

The exception that is the cause of the current exception.

See also

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1