通信時にサーバで例外が発生したことを表す例外クラスです。

C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class ServerException : Exception
<SerializableAttribute> _ Public Class ServerException _ Inherits Exception
[SerializableAttribute] public ref class ServerException : public Exception

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | 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.) |

Object | ||
![]() | Exception | |
![]() | ServerException |