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