Constructeur ODataErrorException (String)
Crée une instance de la classe ODataErrorException avec un message d'erreur.
Espace de noms : Microsoft.Data.OData
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String _
)
'Utilisation
Dim message As String
Dim instance As New ODataErrorException(message)
public ODataErrorException(
string message
)
public:
ODataErrorException(
String^ message
)
new :
message:string -> ODataErrorException
public function ODataErrorException(
message : String
)
Paramètres
- message
Type : System.String
Message d'erreur de texte brut de cette exception.
Notes
La propriété d'erreur sera initialisée avec une instance ODataError vide.