C# Class Rock.Jobs.JobLoadFailedException

Inheritance: System.Exception
Mostra file Open project: NewSpring/Rock

Public Methods

Method Description
JobLoadFailedException ( string message ) : System

Initializes a new instance of the JobLoadFailedException class.

Method Details

JobLoadFailedException() public method

Initializes a new instance of the JobLoadFailedException class.
public JobLoadFailedException ( string message ) : System
message string The message.
return System