AssertionException Class

Definition

Thrown when an assertion failed.

[System.Serializable]
public class AssertionException : Exception
type AssertionException = class
    inherit Exception
Inheritance
AssertionException
Attributes

Constructors

AssertionException(SerializationInfo, StreamingContext)

Serialization Constructor

AssertionException(String)
AssertionException(String, Exception)

Applies to