SourceRefCommonCodeProcessor EmitMessage Method (MessageType, Int32, SourcePosition, Token, String, Exception)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,
	SourcePosition position,
	Token token = null,
	string text = null,
	Exception exception = null
)
See Also