C# Class Rock.Jobs.JobLoadFailedException

Inheritance: System.Exception
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
JobLoadFailedException ( string message ) : System

Initializes a new instance of the JobLoadFailedException class.

Method Details

JobLoadFailedException() public méthode

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