Error.ToString Method ()

 

Generates a string representation of the error.

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

Syntax

public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String

Return Value

Type: System.String

The error information.

See Also

Error Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top