[This is preliminary documentation and is subject to change.]
Namespace: NFX.CodeAnalysisAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public CodeProcessorException(
ICodeProcessor codeProcessor,
string message,
Exception inner
)
public CodeProcessorException(
ICodeProcessor codeProcessor,
string message,
Exception inner
)
Public Sub New (
codeProcessor As ICodeProcessor,
message As String,
inner As Exception
)
Public Sub New (
codeProcessor As ICodeProcessor,
message As String,
inner As Exception
)
public:
CodeProcessorException(
ICodeProcessor^ codeProcessor,
String^ message,
Exception^ inner
)
public:
CodeProcessorException(
ICodeProcessor^ codeProcessor,
String^ message,
Exception^ inner
)
new :
codeProcessor : ICodeProcessor *
message : string *
inner : Exception -> CodeProcessorException
new :
codeProcessor : ICodeProcessor *
message : string *
inner : Exception -> CodeProcessorException