C# Class NanoBus.MessageContracts.Exceptions.BusException

Inheritance: Exception
显示文件 Open project: brendankowitz/NanoBus

Public Methods

Method Description
BusException ( ) : System
BusException ( string message ) : System
BusException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

BusException() public method

public BusException ( ) : System
return System

BusException() protected method

protected BusException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

BusException() public method

public BusException ( string message ) : System
message string
return System

BusException() public method

public BusException ( string message, Exception inner ) : System
message string
inner Exception
return System