This documentation is archived and is not being maintained.
ExceptionPropertyCollection::Set Method
Visual Studio 2013
Sets the exception property with the specified name to the specified value.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Set(String, Boolean) | Sets the exception property with the specified name to the specified value. |
|
Set(String, array<Boolean>) | Sets the exception property with the specified name to the specified value. |
|
Set(String, Byte) | Sets the exception property with the specified name to the specified value. |
|
Set(String, array<Byte>) | Sets the exception property with the specified name to the specified value. |
|
Set(String, Char) | Sets the exception property with the specified name to the specified value. |
|
Set(String, DateTime) | Sets the exception property with the specified name to the specified value. |
|
Set(String, array<DateTime>) | Sets the exception property with the specified name to the specified value. |
|
Set(String, Decimal) | Sets the exception property with the specified name to the specified value. |
|
Set(String, array<Decimal>) | Sets the exception property with the specified name to the specified value. |
|
Set(String, Double) | Sets the exception property with the specified name to the specified value. |
|
Set(String, array<Double>) | Sets the exception property with the specified name to the specified value. |
|
Set(String, Guid) | Sets the exception property with the specified name to the specified value. |
|
Set(String, array<Guid>) | Sets the exception property with the specified name to the specified value. |
|
Set(String, Int16) | Sets the exception property with the specified name to the specified value. |
|
Set(String, array<Int16>) | Sets the exception property with the specified name to the specified value. |
|
Set(String, Int32) | Sets the exception property with the specified name to the specified value. |
|
Set(String, array<Int32>) | Sets the exception property with the specified name to the specified value. |
|
Set(String, Int64) | Sets the exception property with the specified name to the specified value. |
|
Set(String, array<Int64>) | Sets the exception property with the specified name to the specified value. |
|
Set(String, Single) | Sets the exception property with the specified name to the specified value. |
|
Set(String, array<Single>) | Sets the exception property with the specified name to the specified value. |
|
Set(String, String) | Sets the exception property with the specified name to the specified value. |
|
Set(String, array<String>) | Sets the exception property with the specified name to the specified value. |
Show: