C# Class Cone.CheckFailed

Inheritance: System.Exception
显示文件 Open project: drunkcod/Cone

Public Properties

Property Type Description
Context string
Failures Cone.FailedExpectation[]

Public Methods

Method Description
CheckFailed ( string message ) : System
CheckFailed ( string context, FailedExpectation fail, Exception innerException ) : System

Method Details

CheckFailed() public method

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

CheckFailed() public method

public CheckFailed ( string context, FailedExpectation fail, Exception innerException ) : System
context string
fail FailedExpectation
innerException System.Exception
return System

Property Details

Context public_oe property

public string Context
return string

Failures public_oe property

public FailedExpectation[],Cone Failures
return Cone.FailedExpectation[]