C# Class Microsoft.Azure.Amqp.FatalException

Inheritance: System.Exception
Show file Open project: Azure/azure-amqp

Public Methods

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

Protected Methods

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

Method Details

FatalException() public method

public FatalException ( ) : System
return System

FatalException() protected method

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

FatalException() public method

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

FatalException() public method

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