Partager via


PexAllowedExceptionFromAssemblyAttribute Constructors

Definition

Overloads

PexAllowedExceptionFromAssemblyAttribute(Type, String)

Initializes a new instance of the PexAllowedExceptionFromAssemblyAttribute class.

PexAllowedExceptionFromAssemblyAttribute(Type, Type)

Initializes a new instance of the PexAllowedExceptionFromAssemblyAttribute class.

PexAllowedExceptionFromAssemblyAttribute(String, String, String)

Initializes a new instance of the PexAllowedExceptionFromAssemblyAttribute class.

PexAllowedExceptionFromAssemblyAttribute(Type, String)

Initializes a new instance of the PexAllowedExceptionFromAssemblyAttribute class.

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)

Parameters

allowedExceptionType
Type

Type of the allowed exception.

assemblyName
String

Name of the assembly.

Applies to

PexAllowedExceptionFromAssemblyAttribute(Type, Type)

Initializes a new instance of the PexAllowedExceptionFromAssemblyAttribute class.

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)

Parameters

allowedExceptionType
Type

Type of the allowed exception.

typeOfAssembly
Type

The type of assembly.

Applies to

PexAllowedExceptionFromAssemblyAttribute(String, String, String)

Initializes a new instance of the PexAllowedExceptionFromAssemblyAttribute class.

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)

Parameters

allowedExceptionTypeAssembly
String

The allowed exception type assembly.

assemblyExceptionTypeFullName
String

Full name of the assembly exception type.

assemblyName
String

Name of the assembly.

Applies to