CommonCodeProcessor EmitMessage Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Namespace: NFX.CodeAnalysis
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected void EmitMessage(
	MessageType type,
	int code,
	SourceCodeRef srcRef,
	Nullable<SourcePosition> position = null,
	Token token = null,
	string text = null,
	Exception exception = null
)
See Also