C# Class FdoToolbox.Core.TaskLoaderException

Inheritance: System.Exception
Show file Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
TaskLoaderException ( ) : System

Initializes a new instance of the TaskLoaderException class.

TaskLoaderException ( string msg ) : System

Initializes a new instance of the TaskLoaderException class.

TaskLoaderException ( string msg, Exception inner ) : System

Initializes a new instance of the TaskLoaderException class.

Protected Methods

Method Description
TaskLoaderException ( SerializationInfo serInfo, StreamingContext ctx ) : System

Initializes a new instance of the TaskLoaderException class.

Method Details

TaskLoaderException() public method

Initializes a new instance of the TaskLoaderException class.
public TaskLoaderException ( ) : System
return System

TaskLoaderException() protected method

Initializes a new instance of the TaskLoaderException class.
protected TaskLoaderException ( SerializationInfo serInfo, StreamingContext ctx ) : System
serInfo System.Runtime.Serialization.SerializationInfo The serialization info.
ctx System.Runtime.Serialization.StreamingContext The streaming context.
return System

TaskLoaderException() public method

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

TaskLoaderException() public method

Initializes a new instance of the TaskLoaderException class.
public TaskLoaderException ( string msg, Exception inner ) : System
msg string The message.
inner System.Exception The inner exception.
return System