C# Class System.ASSERT

Inheritance: Exception
Mostra file Open project: randomize/VimConfig

Private Methods

Method Description
Assert ( ) : void
Assert ( bool condition ) : void
Assert ( bool condition, string message ) : void
Assert ( bool condition, string message, string detailedMessage ) : void
Assert ( string message ) : void
Assert ( string message, string detailedMessage ) : void
AssertIsFriend ( Type friends, StackTrace st ) : bool
CONSISTENCY_CHECK ( bool condition ) : void
CONSISTENCY_CHECK ( bool condition, string message ) : void
CONSISTENCY_CHECK ( bool condition, string message, string detailedMessage ) : void
FRIEND ( Type friends ) : void
FRIEND ( string ns ) : void
NOT_IMPLEMENTED ( ) : void
NOT_IMPLEMENTED ( string message ) : void
NOT_IMPLEMENTED ( string message, string detailedMessage ) : void
POSTCONDITION ( bool condition ) : void
POSTCONDITION ( bool condition, string message ) : void
POSTCONDITION ( bool condition, string message, string detailedMessage ) : void
PRECONDITION ( bool condition ) : void
PRECONDITION ( bool condition, string message ) : void
PRECONDITION ( bool condition, string message, string detailedMessage ) : void
SIMPLIFYING_ASSUMPTION ( bool condition ) : void
SIMPLIFYING_ASSUMPTION ( bool condition, string message ) : void
SIMPLIFYING_ASSUMPTION ( bool condition, string message, string detailedMessage ) : void
UNREACHABLE ( ) : void
UNREACHABLE ( string message ) : void
UNREACHABLE ( string message, string detailedMessage ) : void