ServiceLocalException クラス

定義

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

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

コンストラクター

ServiceLocalException()

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

ServiceLocalException(String)

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

ServiceLocalException(String, Exception)

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

適用対象