ServerErrorException クラス

定義

要求の処理中にエラーが発生したときにAzure Service Busによってスローされる例外。

[System.Serializable]
public class ServerErrorException : Exception
[<System.Serializable>]
type ServerErrorException = class
    inherit Exception
Public Class ServerErrorException
Inherits Exception
継承
ServerErrorException
属性

コンストラクター

ServerErrorException()

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

ServerErrorException(SerializationInfo, StreamingContext)

指定したシリアル化情報とストリーム コンテキストを使用して、ServerErrorException クラスの新しいインスタンスを初期化します。

ServerErrorException(String)

指定されたエラー メッセージで ServerErrorException クラスの新しいインスタンスを初期化します。

ServerErrorException(String, Exception)

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

適用対象