A Sandcastle Documented Class Library
ServerException Class
NamespacesTERASOLUNA.Fw.Client.CommunicationServerException
通信時にサーバで例外が発生したことを表す例外クラスです。
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class ServerException : Exception
<SerializableAttribute> _
Public Class ServerException _
	Inherits Exception
[SerializableAttribute]
public ref class ServerException : public Exception
Members
All MembersConstructorsMethodsProperties



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

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

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

ServerException(String, String)
指定したエラー メッセージと、サーバで発生したエラータイプ(例外種別)を使用して、 ServerException クラスの新しいインスタンスを初期化します。

ServerException(String, String, IList<(Of <(MessageInfo>)>))
指定したエラー メッセージ、サーバで発生したエラータイプ(例外種別)とエラーメッセージリストを使用して、 ServerException クラスの新しいインスタンスを初期化します。

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

Data (Inherited from Exception.)
Equals(Object) (Inherited from Object.)
Errors
サーバで発生した例外のメッセージのリストを取得します。

ErrorType
サーバで発生したエラータイプ(例外種別)を取得します。

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
 ServerException

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