C# Class Microsoft.Azure.Amqp.CallbackException

Inheritance: FatalException
Show file Open project: Azure/azure-amqp

Public Methods

Method Description
CallbackException ( ) : System
CallbackException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

CallbackException() public method

public CallbackException ( ) : System
return System

CallbackException() protected method

protected CallbackException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

CallbackException() public method

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