ExceptionSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains security-related settings that influence how errors are serialized and deserialized.
public abstract class ExceptionSettings : IEquatable<StreamJsonRpc.ExceptionSettings>
type ExceptionSettings = class
interface IEquatable<ExceptionSettings>
Public MustInherit Class ExceptionSettings
Implements IEquatable(Of ExceptionSettings)
- Inheritance
-
ExceptionSettings
- Implements
Constructors
ExceptionSettings(ExceptionSettings) | |
ExceptionSettings(Int32) |
Initializes a new instance of the ExceptionSettings class. |
Fields
TrustedData |
The recommended settings for use when communicating with a trusted party. |
UntrustedData |
The recommended settings for use when communicating with an untrusted party. |
Properties
EqualityContract | |
RecursionLimit |
Gets the maximum number of nested errors to serialize or deserialize. |
Methods
<Clone>$() | |
CanDeserialize(Type) |
Tests whether a type can be deserialized as part of deserializing an exception. |
Equals(ExceptionSettings) | |
Equals(Object) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(ExceptionSettings, ExceptionSettings) | |
Inequality(ExceptionSettings, ExceptionSettings) |