ChangeConflictException Constructors

Definition

Initializes a new instance of the ChangeConflictException class.

Overloads

ChangeConflictException()

Initializes a new instance of the ChangeConflictException class.

ChangeConflictException(String)

Initializes a new instance of the ChangeConflictException class and specifies a message to explain the exception.

ChangeConflictException(String, Exception)

Initializes a new instance of the ChangeConflictException class, specifies a message to explain the exception, and specifies the exception that caused this exception.

ChangeConflictException()

Initializes a new instance of the ChangeConflictException class.

C#
public ChangeConflictException();

Applies to

.NET Framework 4.8.1 i druge verzije
Proizvod Verzije
.NET Framework 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

ChangeConflictException(String)

Initializes a new instance of the ChangeConflictException class and specifies a message to explain the exception.

C#
public ChangeConflictException(string message);

Parameters

message
String

The message to be exposed when the exception is thrown.

Applies to

.NET Framework 4.8.1 i druge verzije
Proizvod Verzije
.NET Framework 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

ChangeConflictException(String, Exception)

Initializes a new instance of the ChangeConflictException class, specifies a message to explain the exception, and specifies the exception that caused this exception.

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

Parameters

message
String

The message to be exposed when the exception is thrown.

innerException
Exception

Specifies the exception of which ChangeConflictException is a result.

Applies to

.NET Framework 4.8.1 i druge verzije
Proizvod Verzije
.NET Framework 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