Freigeben über


Error.ToString-Methode

Generates a string representation of the error.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As Error 
Dim returnValue As String 

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string  
override ToString : unit -> string
public override function ToString() : String

Rückgabewert

Typ: System.String
The error information.

Siehe auch

Verweis

Error Klasse

Microsoft.MasterDataServices.Services.DataContracts-Namespace