Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim inner As Exception Dim exceptionType As InvalidSimpleObjectValueExceptionType Dim typeName As String Dim propertyName As String Dim instance As New InvalidSimpleObjectValueException(inner, exceptionType, typeName, propertyName) |
Syntax
Visual Basic |
---|
Public Sub New ( _ inner As Exception, _ exceptionType As InvalidSimpleObjectValueExceptionType, _ typeName As String, _ propertyName As String _ ) |
C# |
---|
public InvalidSimpleObjectValueException ( Exception inner, InvalidSimpleObjectValueExceptionType exceptionType, string typeName, string propertyName ) |
C++ |
---|
public: InvalidSimpleObjectValueException ( Exception^ inner, InvalidSimpleObjectValueExceptionType exceptionType, String^ typeName, String^ propertyName ) |
J# |
---|
public InvalidSimpleObjectValueException ( Exception inner, InvalidSimpleObjectValueExceptionType exceptionType, String typeName, String propertyName ) |
JScript |
---|
public function InvalidSimpleObjectValueException ( inner : Exception, exceptionType : InvalidSimpleObjectValueExceptionType, typeName : String, propertyName : String ) |
Parameters
- inner
- exceptionType
- typeName
- propertyName