อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


InstanceUpdateException Constructors

Definition

Initializes a new instance of the InstanceUpdateException class.

Overloads

InstanceUpdateException()

Initializes a new instance of the InstanceUpdateException class.

InstanceUpdateException(IList<ActivityBlockingUpdate>)

Initializes a new instance of the InstanceUpdateException class with the specified blocking activities.

InstanceUpdateException(String)

Initializes a new instance of the InstanceUpdateException class with the specified message.

InstanceUpdateException(SerializationInfo, StreamingContext)

Initializes a new instance of the InstanceUpdateException class with serialized data.

InstanceUpdateException(String, IList<ActivityBlockingUpdate>)

Initializes a new instance of the InstanceUpdateException class with the specified message and blocking activities.

InstanceUpdateException(String, Exception)

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

InstanceUpdateException(String, IList<ActivityBlockingUpdate>, Exception)

Initializes a new instance of the InstanceUpdateException class.

InstanceUpdateException()

Initializes a new instance of the InstanceUpdateException class.

public InstanceUpdateException ();

Applies to

.NET Framework 4.8.1 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 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

InstanceUpdateException(IList<ActivityBlockingUpdate>)

Initializes a new instance of the InstanceUpdateException class with the specified blocking activities.

public InstanceUpdateException (System.Collections.Generic.IList<System.Activities.DynamicUpdate.ActivityBlockingUpdate> blockingActivities);

Parameters

blockingActivities
IList<ActivityBlockingUpdate>

The activities to block in this instance.

Applies to

.NET Framework 4.8.1 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 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

InstanceUpdateException(String)

Initializes a new instance of the InstanceUpdateException class with the specified message.

public InstanceUpdateException (string message);

Parameters

message
String

The message that describes the error.

Applies to

.NET Framework 4.8.1 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 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

InstanceUpdateException(SerializationInfo, StreamingContext)

Initializes a new instance of the InstanceUpdateException class with serialized data.

protected InstanceUpdateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);

Parameters

info
SerializationInfo

The object that holds the serialized object data.

context
StreamingContext

The contextual information about the source or destination.

Applies to

.NET Framework 4.8.1 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 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

InstanceUpdateException(String, IList<ActivityBlockingUpdate>)

Initializes a new instance of the InstanceUpdateException class with the specified message and blocking activities.

public InstanceUpdateException (string message, System.Collections.Generic.IList<System.Activities.DynamicUpdate.ActivityBlockingUpdate> blockingActivities);

Parameters

message
String

The error message that explains the reason for the exception.

blockingActivities
IList<ActivityBlockingUpdate>

The activities to block in this instance.

Applies to

.NET Framework 4.8.1 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 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

InstanceUpdateException(String, Exception)

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

public InstanceUpdateException (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.

Applies to

.NET Framework 4.8.1 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 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

InstanceUpdateException(String, IList<ActivityBlockingUpdate>, Exception)

Initializes a new instance of the InstanceUpdateException class.

public InstanceUpdateException (string message, System.Collections.Generic.IList<System.Activities.DynamicUpdate.ActivityBlockingUpdate> blockingActivities, Exception innerException);

Parameters

message
String

The error message that explains the reason for the exception.

blockingActivities
IList<ActivityBlockingUpdate>

The activities to block in this instance.

innerException
Exception

The exception that is the cause of the current exception.

Applies to

.NET Framework 4.8.1 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 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