ReflectionTypeLoadException Oluşturucular

Tanım

ReflectionTypeLoadException sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

ReflectionTypeLoadException(Type[], Exception[])

Verilen sınıflar ve ilişkili özel durumları ile sınıfının yeni bir örneğini ReflectionTypeLoadException başlatır.

ReflectionTypeLoadException(Type[], Exception[], String)

Verilen sınıflar, ilişkili özel durumları ve özel durum açıklamaları ile sınıfının yeni bir örneğini ReflectionTypeLoadException başlatır.

ReflectionTypeLoadException(Type[], Exception[])

Kaynak:
ReflectionTypeLoadException.cs
Kaynak:
ReflectionTypeLoadException.cs
Kaynak:
ReflectionTypeLoadException.cs

Verilen sınıflar ve ilişkili özel durumları ile sınıfının yeni bir örneğini ReflectionTypeLoadException başlatır.

public:
 ReflectionTypeLoadException(cli::array <Type ^> ^ classes, cli::array <Exception ^> ^ exceptions);
public ReflectionTypeLoadException (Type[] classes, Exception[] exceptions);
public ReflectionTypeLoadException (Type?[]? classes, Exception?[]? exceptions);
public ReflectionTypeLoadException (Type[]? classes, Exception?[]? exceptions);
new System.Reflection.ReflectionTypeLoadException : Type[] * Exception[] -> System.Reflection.ReflectionTypeLoadException
Public Sub New (classes As Type(), exceptions As Exception())

Parametreler

classes
Type[]

Modülde tanımlanan ve yüklenen sınıfları içeren tür Type dizisi. Bu dizi null başvuru (Nothing Visual Basic'te) değerleri içerebilir.

exceptions
Exception[]

Sınıf yükleyicisi tarafından oluşan özel durumları içeren tür Exception dizisi. Dizideki null başvuru (Nothing Visual Basic'te classes ) değerleri bu exceptions dizideki özel durumlarla hizalı.

Şunlara uygulanır

ReflectionTypeLoadException(Type[], Exception[], String)

Kaynak:
ReflectionTypeLoadException.cs
Kaynak:
ReflectionTypeLoadException.cs
Kaynak:
ReflectionTypeLoadException.cs

Verilen sınıflar, ilişkili özel durumları ve özel durum açıklamaları ile sınıfının yeni bir örneğini ReflectionTypeLoadException başlatır.

public:
 ReflectionTypeLoadException(cli::array <Type ^> ^ classes, cli::array <Exception ^> ^ exceptions, System::String ^ message);
public ReflectionTypeLoadException (Type[] classes, Exception[] exceptions, string message);
public ReflectionTypeLoadException (Type?[]? classes, Exception?[]? exceptions, string? message);
public ReflectionTypeLoadException (Type[]? classes, Exception?[]? exceptions, string? message);
new System.Reflection.ReflectionTypeLoadException : Type[] * Exception[] * string -> System.Reflection.ReflectionTypeLoadException
Public Sub New (classes As Type(), exceptions As Exception(), message As String)

Parametreler

classes
Type[]

Modülde tanımlanan ve yüklenen sınıfları içeren tür Type dizisi. Bu dizi null başvuru (Nothing Visual Basic'te) değerleri içerebilir.

exceptions
Exception[]

Sınıf yükleyicisi tarafından oluşan özel durumları içeren tür Exception dizisi. Dizideki null başvuru (Nothing Visual Basic'te classes ) değerleri bu exceptions dizideki özel durumlarla hizalı.

message
String

String Özel durumun nedenini açıklayan.

Şunlara uygulanır