Namespace: DeltaEngine.ContentAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public ContentFileDoesNotExist(
string filePath,
Exception innerException
)
public ContentFileDoesNotExist(
string filePath,
Exception innerException
)
Public Sub New (
filePath As String,
innerException As Exception
)
Public Sub New (
filePath As String,
innerException As Exception
)
public:
ContentFileDoesNotExist(
String^ filePath,
Exception^ innerException
)
public:
ContentFileDoesNotExist(
String^ filePath,
Exception^ innerException
)
new :
filePath : string *
innerException : Exception -> ContentFileDoesNotExist
new :
filePath : string *
innerException : Exception -> ContentFileDoesNotExist