public Message(
SourceCodeRef srcRef,
MessageType type,
int code,
ICodeProcessor from,
SourcePosition position,
Token token,
string text,
Exception exception
)
public Message(
SourceCodeRef srcRef,
MessageType type,
int code,
ICodeProcessor from,
SourcePosition position,
Token token,
string text,
Exception exception
)
Public Sub New (
srcRef As SourceCodeRef,
type As MessageType,
code As Integer,
from As ICodeProcessor,
position As SourcePosition,
token As Token,
text As String,
exception As Exception
)
Public Sub New (
srcRef As SourceCodeRef,
type As MessageType,
code As Integer,
from As ICodeProcessor,
position As SourcePosition,
token As Token,
text As String,
exception As Exception
)
public:
Message(
SourceCodeRef srcRef,
MessageType type,
int code,
ICodeProcessor^ from,
SourcePosition position,
Token^ token,
String^ text,
Exception^ exception
)
public:
Message(
SourceCodeRef srcRef,
MessageType type,
int code,
ICodeProcessor^ from,
SourcePosition position,
Token^ token,
String^ text,
Exception^ exception
)
new :
srcRef : SourceCodeRef *
type : MessageType *
code : int *
from : ICodeProcessor *
position : SourcePosition *
token : Token *
text : string *
exception : Exception -> Message
new :
srcRef : SourceCodeRef *
type : MessageType *
code : int *
from : ICodeProcessor *
position : SourcePosition *
token : Token *
text : string *
exception : Exception -> Message