NAnt SDK Documentation - v0.85-nightly-2005-11-09

BuildException.RawMessage Property

[This is preliminary documentation and subject to change.]

Gets the raw message as specified when the exception was constructed.

[Visual Basic]
Public ReadOnly Property RawMessage As String
[C#]
public string RawMessage {get;}

Property Value

The raw message as specified when the exception was constructed.

Remarks

Missing <remarks> documentation for P:NAnt.Core.BuildException.RawMessage

See Also

BuildException Class | NAnt.Core Namespace