C# 클래스 SimTelemetry.Domain.Exceptions.CarAlreadyHasEngineException

상속: System.Exception
파일 보기 프로젝트 열기: nlhans/SimTelemetry

공개 메소드들

메소드 설명
CarAlreadyHasEngineException ( Car car ) : System
CarAlreadyHasEngineException ( string message, Car car ) : System
CarAlreadyHasEngineException ( string message, Exception innerException, Car car ) : System

보호된 메소드들

메소드 설명
CarAlreadyHasEngineException ( SerializationInfo info, StreamingContext context, Car car ) : System

메소드 상세

CarAlreadyHasEngineException() 공개 메소드

public CarAlreadyHasEngineException ( Car car ) : System
car Car
리턴 System

CarAlreadyHasEngineException() 보호된 메소드

protected CarAlreadyHasEngineException ( SerializationInfo info, StreamingContext context, Car car ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
car Car
리턴 System

CarAlreadyHasEngineException() 공개 메소드

public CarAlreadyHasEngineException ( string message, Car car ) : System
message string
car Car
리턴 System

CarAlreadyHasEngineException() 공개 메소드

public CarAlreadyHasEngineException ( string message, Exception innerException, Car car ) : System
message string
innerException System.Exception
car Car
리턴 System