PexAllowedExceptionFromAssemblyAttribute Construtores

Definição

Sobrecargas

PexAllowedExceptionFromAssemblyAttribute(Type, String)

Inicializa uma nova instância da classe PexAllowedExceptionFromAssemblyAttribute.

PexAllowedExceptionFromAssemblyAttribute(Type, Type)

Inicializa uma nova instância da classe PexAllowedExceptionFromAssemblyAttribute.

PexAllowedExceptionFromAssemblyAttribute(String, String, String)

Inicializa uma nova instância da classe PexAllowedExceptionFromAssemblyAttribute.

PexAllowedExceptionFromAssemblyAttribute(Type, String)

Inicializa uma nova instância da classe PexAllowedExceptionFromAssemblyAttribute.

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)

Parâmetros

allowedExceptionType
Type

Tipo de exceção permitida.

assemblyName
String

Nome do assembly.

Aplica-se a

PexAllowedExceptionFromAssemblyAttribute(Type, Type)

Inicializa uma nova instância da classe PexAllowedExceptionFromAssemblyAttribute.

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)

Parâmetros

allowedExceptionType
Type

Tipo de exceção permitida.

typeOfAssembly
Type

O tipo de assembly.

Aplica-se a

PexAllowedExceptionFromAssemblyAttribute(String, String, String)

Inicializa uma nova instância da classe PexAllowedExceptionFromAssemblyAttribute.

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)

Parâmetros

allowedExceptionTypeAssembly
String

O assembly de tipo de exceção permitido.

assemblyExceptionTypeFullName
String

Nome completo do tipo de exceção do assembly.

assemblyName
String

Nome do assembly.

Aplica-se a