PexAllowedExceptionFromAssemblyAttribute Конструкторы

Определение

Перегрузки

PexAllowedExceptionFromAssemblyAttribute(Type, String)

Инициализирует новый экземпляр класса PexAllowedExceptionFromAssemblyAttribute.

PexAllowedExceptionFromAssemblyAttribute(Type, Type)

Инициализирует новый экземпляр класса PexAllowedExceptionFromAssemblyAttribute.

PexAllowedExceptionFromAssemblyAttribute(String, String, String)

Инициализирует новый экземпляр класса PexAllowedExceptionFromAssemblyAttribute.

PexAllowedExceptionFromAssemblyAttribute(Type, String)

Инициализирует новый экземпляр класса 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)

Параметры

allowedExceptionType
Type

Тип допустимого исключения.

assemblyName
String

Имя сборки.

Применяется к

PexAllowedExceptionFromAssemblyAttribute(Type, Type)

Инициализирует новый экземпляр класса 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)

Параметры

allowedExceptionType
Type

Тип допустимого исключения.

typeOfAssembly
Type

Тип сборки.

Применяется к

PexAllowedExceptionFromAssemblyAttribute(String, String, String)

Инициализирует новый экземпляр класса 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)

Параметры

allowedExceptionTypeAssembly
String

Сборка типа разрешенного исключения.

assemblyExceptionTypeFullName
String

Полное имя типа исключения сборки.

assemblyName
String

Имя сборки.

Применяется к