C# Class pegasus.eventbus.amqp.RoutingInfoException

Inheritance: System.Exception
Exibir arquivo Open project: Berico-Technologies/Event-Bus

Public Methods

Method Description
RoutingInfoException ( ) : System
RoutingInfoException ( SerializationInfo info, StreamingContext context ) : System
RoutingInfoException ( string message ) : System
RoutingInfoException ( string message, Exception innerException ) : System

Method Details

RoutingInfoException() public method

public RoutingInfoException ( ) : System
return System

RoutingInfoException() public method

public RoutingInfoException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

RoutingInfoException() public method

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

RoutingInfoException() public method

public RoutingInfoException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System