C# Class Myslik.Utils.ScriptException

Inheritance: System.Exception
Exibir arquivo Open project: Myslik/csharp-ember-handlebars Class Usage Examples

Public Methods

Method Description
ScriptException ( ) : System

Initializes a new instance of the ScriptException class.

ScriptException ( Exception innerException ) : System

Initializes a new instance of the ScriptException class.

ScriptException ( string message ) : System

Initializes a new instance of the ScriptException class.

ScriptException ( string message, Exception innerException ) : System

Initializes a new instance of the ScriptException class.

Protected Methods

Method Description
ScriptException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ScriptException class.

Method Details

ScriptException() public method

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

ScriptException() public method

Initializes a new instance of the ScriptException class.
public ScriptException ( Exception innerException ) : System
innerException System.Exception The inner exception.
return System

ScriptException() protected method

Initializes a new instance of the ScriptException class.
/// The parameter is null. /// /// The class name is null or is zero (0). ///
protected ScriptException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
return System

ScriptException() public method

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

ScriptException() public method

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