C# Class NetBuild.CheckProject.CheckException

An exception representing a failed check.
Inheritance: System.InvalidOperationException
Mostra file Open project: shuruev/CCNet.Extensions

Public Methods

Method Description
CheckException ( string message ) : System

Initializes a new instance.

Method Details

CheckException() public method

Initializes a new instance.
public CheckException ( string message ) : System
message string
return System