C# Class Panteon.Sdk.Realtime.PubSubException

Inheritance: System.Exception
ファイルを表示 Open project: PanteonProject/Panteon.Sdk

Public Methods

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

Protected Methods

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

Method Details

PubSubException() public method

public PubSubException ( ) : System
return System

PubSubException() protected method

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

PubSubException() public method

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

PubSubException() public method

public PubSubException ( string message, Exception inner ) : System
message string
inner System.Exception
return System