Namespace: DeltaEngine.Content.XmlAssembly: DeltaEngine.Content.Xml (in DeltaEngine.Content.Xml.dll) Version: 1.1.1.0 (1.1.1)
public XmlContentNotFound(
string contentName,
Exception innerException
)
public XmlContentNotFound(
string contentName,
Exception innerException
)
Public Sub New (
contentName As String,
innerException As Exception
)
Public Sub New (
contentName As String,
innerException As Exception
)
public:
XmlContentNotFound(
String^ contentName,
Exception^ innerException
)
public:
XmlContentNotFound(
String^ contentName,
Exception^ innerException
)
new :
contentName : string *
innerException : Exception -> XmlContentNotFound
new :
contentName : string *
innerException : Exception -> XmlContentNotFound