Freigeben über


EdmError-Konstruktor

Erstellt eine neue Instanz der EdmError-Klasse.

Namespace:  Microsoft.Data.Edm.Validation
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Sub New ( _
    errorLocation As EdmLocation, _
    errorCode As EdmErrorCode, _
    errorMessage As String _
)
'Usage
Dim errorLocation As EdmLocation
Dim errorCode As EdmErrorCode
Dim errorMessage As String

Dim instance As New EdmError(errorLocation, _
    errorCode, errorMessage)
public EdmError(
    EdmLocation errorLocation,
    EdmErrorCode errorCode,
    string errorMessage
)
public:
EdmError(
    EdmLocation^ errorLocation, 
    EdmErrorCode errorCode, 
    String^ errorMessage
)
new : 
        errorLocation:EdmLocation * 
        errorCode:EdmErrorCode * 
        errorMessage:string -> EdmError
public function EdmError(
    errorLocation : EdmLocation, 
    errorCode : EdmErrorCode, 
    errorMessage : String
)

Parameter

  • errorMessage
    Typ: System.String
    Eine lesbare Nachricht, in der der Fehler beschrieben wird.

Siehe auch

Verweis

EdmError Klasse

Microsoft.Data.Edm.Validation-Namespace