C# Class QuickDotNetCheck.Exceptions.UnexpectedException

Inheritance: FalsifiableException
显示文件 Open project: kilfour/QuickDotNetCheck

Public Methods

Method Description
UnexpectedException ( Exception exception ) : System

Private Methods

Method Description
BuildMessage ( Exception exception ) : string

Method Details

UnexpectedException() public method

public UnexpectedException ( Exception exception ) : System
exception System.Exception
return System