C# Class ExpressionToCodeLib.Internal.AssertFailedException

Inheritance: System.Exception
ファイルを表示 Open project: EamonNerbonne/ExpressionToCode

Public Methods

Method Description
AssertFailedException ( SerializationInfo info, StreamingContext context ) : System
AssertFailedException ( string message ) : System
AssertFailedException ( string message, Exception inner ) : System

Method Details

AssertFailedException() public method

public AssertFailedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

AssertFailedException() public method

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

AssertFailedException() public method

public AssertFailedException ( string message, Exception inner ) : System
message string
inner System.Exception
return System