InternalServerException コンストラクター

 

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

名前空間:   Microsoft.Workflow.Client
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll 内)

オーバーロードの一覧

名前 説明
System_CAPS_pubmethod InternalServerException()

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

System_CAPS_protmethod InternalServerException(SerializationInfo, StreamingContext)

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

System_CAPS_pubmethod InternalServerException(String)

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

System_CAPS_pubmethod InternalServerException(String, Exception)

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

参照

InternalServerException クラス
Microsoft.Workflow.Client 名前空間

トップに戻る

InternalServerException コンストラクター ()

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

構文

public InternalServerException()
public:
InternalServerException()
new : unit -> InternalServerException
Public Sub New

トップに戻る

InternalServerException コンストラクター (SerializationInfo, StreamingContext)

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

構文

protected InternalServerException(
    SerializationInfo info,
    StreamingContext context
)
protected:
InternalServerException(
    SerializationInfo^ info,
    StreamingContext context
)
new : 
        info:SerializationInfo *
        context:StreamingContext -> InternalServerException
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

パラメーター

トップに戻る

InternalServerException コンストラクター (String)

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

構文

public InternalServerException(
    string message
)
public:
InternalServerException(
    String^ message
)
new : 
        message:string -> InternalServerException
Public Sub New (
    message As String
)

パラメーター

トップに戻る

InternalServerException コンストラクター (String, Exception)

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

構文

public InternalServerException(
    string message,
    Exception inner
)
public:
InternalServerException(
    String^ message,
    Exception^ inner
)
new : 
        message:string *
        inner:Exception -> InternalServerException
Public Sub New (
    message As String,
    inner As Exception
)

パラメーター

トップに戻る