LineupException Class

Contains information about an exception that was raised when using the Lineup class.

Syntax

public class LineupException : Exception, System.Runtime.Serialization.ISerializable

Public Instance Constructors

Constructor Description
LineupException() Initializes a new instance of the LineupException class.
LineupException(string) Initializes a new instance of the LineupException class.
LineupException(string, Exception) Initializes a new instance of the LineupException class.

Protected Instance Constructors

Constructor Description
LineupException(SerializationInfo, StreamingContext) Initializes a new instance of the LineupException class.

See Also