C# Class Sarcasm.UnitTest.AssertionFailedException

Inheritance: System.Exception
ファイルを表示 Open project: davidnemeti/Sarcasm

Public Methods

Method Description
AssertionFailedException ( string message ) : System

Protected Methods

Method Description
AssertionFailedException ( SerializationInfo info, StreamingContext context ) : System

Method Details

AssertionFailedException() protected method

protected AssertionFailedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

AssertionFailedException() public method

public AssertionFailedException ( string message ) : System
message string
return System