A Sandcastle Documented Class Library
CommunicationException Class
NamespacesTERASOLUNA.Fw.Client.CommunicationCommunicationException
通信時にエラーが発生した場合にスローされる例外です。
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class CommunicationException : Exception
<SerializableAttribute> _
Public Class CommunicationException _
	Inherits Exception
[SerializableAttribute]
public ref class CommunicationException : public Exception
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CommunicationException()()()
CommunicationException クラスの新しいインスタンスを初期化します。

CommunicationException(String)
指定したエラーメッセージを使用して、CommunicationException クラスの 新しいインスタンスを初期化します。

CommunicationException(String, Exception)
指定したエラーメッセージと、この例外の原因である内部例外への参照を使用して、 CommunicationException クラスの新しいインスタンスを初期化します。

CommunicationException(SerializationInfo, StreamingContext)
シリアル化したデータを使用して、CommunicationException クラスの新しいインスタンスを初期化します。

Data (Inherited from Exception.)
Equals(Object) (Inherited from Object.)
Finalize()()() (Inherited from Object.)
GetBaseException()()() (Inherited from Exception.)
GetHashCode()()() (Inherited from Object.)
GetObjectData(SerializationInfo, StreamingContext) (Inherited from Exception.)
GetType()()() (Inherited from Exception.)
HelpLink (Inherited from Exception.)
HResult (Inherited from Exception.)
InnerException (Inherited from Exception.)
MemberwiseClone()()() (Inherited from Object.)
Message (Inherited from Exception.)
Source (Inherited from Exception.)
StackTrace (Inherited from Exception.)
TargetSite (Inherited from Exception.)
ToString()()() (Inherited from Exception.)
Inheritance Hierarchy
Object
Exception
 CommunicationException

Assembly: TERASOLUNA.Fw.Client (Module: TERASOLUNA.Fw.Client) Version: 2.1.0.1 (2.1.0.1)