SerializationStatus.Message Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the error message for an error code.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public ReadOnly Property Message As String
public string Message { get; }
public:
property String^ Message {
    String^ get ();
}
member Message : string
function get Message () : String

Property Value

Type: System.String
The error message for the error code.

.NET Framework Security

See Also

Reference

SerializationStatus Class

Microsoft.SolverFoundation.Solvers Namespace