NAnt SDK Documentation - v0.92

BuildException.RawMessage Property

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.

See Also

BuildException Class | NAnt.Core Namespace