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