PexAllowedExceptionFromAssemblyAttribute Konstruktoren

Definition

Überlädt

PexAllowedExceptionFromAssemblyAttribute(Type, String)

Initialisiert eine neue Instanz der PexAllowedExceptionFromAssemblyAttribute-Klasse.

PexAllowedExceptionFromAssemblyAttribute(Type, Type)

Initialisiert eine neue Instanz der PexAllowedExceptionFromAssemblyAttribute-Klasse.

PexAllowedExceptionFromAssemblyAttribute(String, String, String)

Initialisiert eine neue Instanz der PexAllowedExceptionFromAssemblyAttribute-Klasse.

PexAllowedExceptionFromAssemblyAttribute(Type, String)

Initialisiert eine neue Instanz der PexAllowedExceptionFromAssemblyAttribute-Klasse.

public:
 PexAllowedExceptionFromAssemblyAttribute(Type ^ allowedExceptionType, System::String ^ assemblyName);
public PexAllowedExceptionFromAssemblyAttribute (Type allowedExceptionType, string assemblyName);
new Microsoft.Pex.Framework.Validation.PexAllowedExceptionFromAssemblyAttribute : Type * string -> Microsoft.Pex.Framework.Validation.PexAllowedExceptionFromAssemblyAttribute
Public Sub New (allowedExceptionType As Type, assemblyName As String)

Parameter

allowedExceptionType
Type

Der Typ der zulässigen Ausnahme.

assemblyName
String

Der Name der Assembly.

Gilt für

PexAllowedExceptionFromAssemblyAttribute(Type, Type)

Initialisiert eine neue Instanz der PexAllowedExceptionFromAssemblyAttribute-Klasse.

public:
 PexAllowedExceptionFromAssemblyAttribute(Type ^ allowedExceptionType, Type ^ typeOfAssembly);
public PexAllowedExceptionFromAssemblyAttribute (Type allowedExceptionType, Type typeOfAssembly);
new Microsoft.Pex.Framework.Validation.PexAllowedExceptionFromAssemblyAttribute : Type * Type -> Microsoft.Pex.Framework.Validation.PexAllowedExceptionFromAssemblyAttribute
Public Sub New (allowedExceptionType As Type, typeOfAssembly As Type)

Parameter

allowedExceptionType
Type

Der Typ der zulässigen Ausnahme.

typeOfAssembly
Type

Der Typ der Assembly.

Gilt für

PexAllowedExceptionFromAssemblyAttribute(String, String, String)

Initialisiert eine neue Instanz der PexAllowedExceptionFromAssemblyAttribute-Klasse.

public:
 PexAllowedExceptionFromAssemblyAttribute(System::String ^ allowedExceptionTypeAssembly, System::String ^ assemblyExceptionTypeFullName, System::String ^ assemblyName);
public PexAllowedExceptionFromAssemblyAttribute (string allowedExceptionTypeAssembly, string assemblyExceptionTypeFullName, string assemblyName);
new Microsoft.Pex.Framework.Validation.PexAllowedExceptionFromAssemblyAttribute : string * string * string -> Microsoft.Pex.Framework.Validation.PexAllowedExceptionFromAssemblyAttribute
Public Sub New (allowedExceptionTypeAssembly As String, assemblyExceptionTypeFullName As String, assemblyName As String)

Parameter

allowedExceptionTypeAssembly
String

Der zulässige Assemblyausnahmetyp.

assemblyExceptionTypeFullName
String

Der vollständigen Name des Assemblyausnahmetyps.

assemblyName
String

Der Name der Assembly.

Gilt für