Table of Contents

Class ConnectionException

Namespace
MAS.Communication
Assembly
MAS.Communication.dll

连接错误异常

public class ConnectionException : Exception, ISerializable
Inheritance
ConnectionException
Implements
Inherited Members

Constructors

ConnectionException(string)

初始化 ConnectionException 新实例

public ConnectionException(string message)

Parameters

message string

异常消息

ConnectionException(string, Exception)

初始化 ConnectionException 新实例

public ConnectionException(string message, Exception innerException)

Parameters

message string

异常消息

innerException Exception

内部异常