PropertyTypeNotSupportedException-Konstruktor
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Sub New ( _
propertyName As String, _
type As Type _
)
public PropertyTypeNotSupportedException(
string propertyName,
Type type
)
Parameter
- propertyName
Typ: System.String
- type
Typ: System.Type
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.