C# Class SimTelemetry.Domain.Exceptions.CarAlreadyHasWheelException

Inheritance: System.Exception
Mostrar archivo Open project: nlhans/SimTelemetry

Public Methods

Method Description
CarAlreadyHasWheelException ( Car car ) : System
CarAlreadyHasWheelException ( string message, Car car ) : System
CarAlreadyHasWheelException ( string message, Exception innerException, Car car ) : System

Protected Methods

Method Description
CarAlreadyHasWheelException ( SerializationInfo info, StreamingContext context, Car car ) : System

Method Details

CarAlreadyHasWheelException() public method

public CarAlreadyHasWheelException ( Car car ) : System
car Car
return System

CarAlreadyHasWheelException() protected method

protected CarAlreadyHasWheelException ( SerializationInfo info, StreamingContext context, Car car ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
car Car
return System

CarAlreadyHasWheelException() public method

public CarAlreadyHasWheelException ( string message, Car car ) : System
message string
car Car
return System

CarAlreadyHasWheelException() public method

public CarAlreadyHasWheelException ( string message, Exception innerException, Car car ) : System
message string
innerException System.Exception
car Car
return System