Читати англійською Редагувати

Поділитися через


InsufficientExecutionStackException Constructors

Definition

Initializes a new instance of the InsufficientExecutionStackException class.

Overloads

InsufficientExecutionStackException()

Initializes a new instance of the InsufficientExecutionStackException class.

InsufficientExecutionStackException(String)

Initializes a new instance of the InsufficientExecutionStackException class with a specified error message.

InsufficientExecutionStackException(String, Exception)

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

InsufficientExecutionStackException()

Source:
InsufficientExecutionStackException.cs
Source:
InsufficientExecutionStackException.cs
Source:
InsufficientExecutionStackException.cs

Initializes a new instance of the InsufficientExecutionStackException class.

C#
public InsufficientExecutionStackException();

Applies to

.NET 10 та інші версії
Продукт Версії
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 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
.NET Standard 1.3, 1.4, 1.5, 1.6, 2.0, 2.1
UWP 10.0

InsufficientExecutionStackException(String)

Source:
InsufficientExecutionStackException.cs
Source:
InsufficientExecutionStackException.cs
Source:
InsufficientExecutionStackException.cs

Initializes a new instance of the InsufficientExecutionStackException class with a specified error message.

C#
public InsufficientExecutionStackException(string message);
C#
public InsufficientExecutionStackException(string? message);

Parameters

message
String

The error message that explains the reason for the exception.

Applies to

.NET 10 та інші версії
Продукт Версії
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 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
.NET Standard 1.3, 1.4, 1.5, 1.6, 2.0, 2.1
UWP 10.0

InsufficientExecutionStackException(String, Exception)

Source:
InsufficientExecutionStackException.cs
Source:
InsufficientExecutionStackException.cs
Source:
InsufficientExecutionStackException.cs

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

C#
public InsufficientExecutionStackException(string message, Exception innerException);
C#
public InsufficientExecutionStackException(string? message, Exception? innerException);

Parameters

message
String

The error message that explains the reason for the exception.

innerException
Exception

The exception that is the cause of the current exception. If the inner parameter is not null, the current exception is raised in a catch block that handles the inner exception.

Applies to

.NET 10 та інші версії
Продукт Версії
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 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
.NET Standard 1.3, 1.4, 1.5, 1.6, 2.0, 2.1
UWP 10.0