C# Class Microsoft.Azure.Amqp.AssertionFailedException

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

Public Methods

Method Description
AssertionFailedException ( string description ) : System

Protected Methods

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

Method Details

AssertionFailedException() protected method

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

AssertionFailedException() public method

public AssertionFailedException ( string description ) : System
description string
return System