Partilhar via


MessageValidationException.ToString Method ()

 

Creates and returns a string representation of the current exception.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

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

Return Value

Type: System.String

A string representation of the current exception.

Implements

_Exception.ToString()

See Also

MessageValidationException Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top