Assertion Members
The Assertion type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Assertion()()()() |
Initializes a new instance of the Assertion class.
|
|
Assertion(String, Int32, Boolean) |
Initializes a new instance of the Assertion class.
|
Methods
Name | Description | |
---|---|---|
Assert(Boolean, Int16) | Obsolete.
Asserts the specified assertion.
|
|
Assert(Boolean, Int16, String) |
Asserts the specified assertion.
|
|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) | (Inherited from Exception.) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ThrowAssertion(Boolean, Int16, String) |
Throws the assertion.
|
|
ThrowAssertion(Boolean, Int16, Boolean) |
Throws the assertion.
|
|
ToString | (Inherited from Exception.) |
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |