次の方法で共有


CodeGenerationException コンストラクター

定義

オーバーロード

CodeGenerationException()

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

CodeGenerationException(String)

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

CodeGenerationException(SerializationInfo, StreamingContext)

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

CodeGenerationException(String, Exception)

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

CodeGenerationException()

ソース:
CodeGenerationException.cs

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

public CodeGenerationException();
Public Sub New ()

適用対象

CodeGenerationException(String)

ソース:
CodeGenerationException.cs

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

public CodeGenerationException(string message);
new Orleans.CodeGenerator.CodeGenerationException : string -> Orleans.CodeGenerator.CodeGenerationException
Public Sub New (message As String)

パラメーター

message
String

メッセージ。

適用対象

CodeGenerationException(SerializationInfo, StreamingContext)

ソース:
CodeGenerationException.cs

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

protected CodeGenerationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.CodeGenerator.CodeGenerationException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.CodeGenerator.CodeGenerationException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

情報。

context
StreamingContext

コンテキスト。

適用対象

CodeGenerationException(String, Exception)

ソース:
CodeGenerationException.cs

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

public CodeGenerationException(string message, Exception innerException);
new Orleans.CodeGenerator.CodeGenerationException : string * Exception -> Orleans.CodeGenerator.CodeGenerationException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

メッセージ。

innerException
Exception

内部例外。

適用対象