C# Class PclUnit.Style.Xunit.Exceptions.NullException

Inheritance: AssertActualExpectedException
Show file Open project: jbtule/PclUnit

Public Methods

Method Description
NullException ( object actual ) : System.Diagnostics.CodeAnalysis

Creates a new instance of the NullException class.

Method Details

NullException() public method

Creates a new instance of the NullException class.
public NullException ( object actual ) : System.Diagnostics.CodeAnalysis
actual object
return System.Diagnostics.CodeAnalysis