ServiceRemoteException クラス

定義

リモート サービス操作が失敗したときに発生するエラーを表します。

public ref class ServiceRemoteException : Exception
public class ServiceRemoteException : Exception
Public Class ServiceRemoteException
Inherits Exception
継承
ServiceRemoteException
派生

コンストラクター

ServiceRemoteException()

ServiceRemoteException クラスの新しいインスタンスを初期化します。

ServiceRemoteException(String)

ServiceRemoteException クラスの新しいインスタンスをエラー メッセージで初期化します。

ServiceRemoteException(String, Exception)

ServiceRemoteException クラスの新しいインスタンスを、エラー メッセージと内部例外で初期化します。

適用対象