C# Class BooRunner.Tools.FhtMultiplicationException

Inheritance: System.ApplicationException, ISerializable
Show file Open project: juanplopes/euler

Public Methods

Method Description
FhtMultiplicationException ( string message ) : System

Initializes a new instance of the FhtMultiplicationException class with a specified error message.

Protected Methods

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

Initializes a new instance of the FhtMultiplicationException class with serialized data.

Method Details

FhtMultiplicationException() protected method

Initializes a new instance of the FhtMultiplicationException class with serialized data.
protected FhtMultiplicationException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized object data.
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination.
return System

FhtMultiplicationException() public method

Initializes a new instance of the FhtMultiplicationException class with a specified error message.
public FhtMultiplicationException ( string message ) : System
message string A message that describes the error.
return System