Class ResourceFileException
Inheritance
ResourceFileException
Assembly: DotNetNuke.dll
Syntax
public class ResourceFileException : Exception, ISerializable, _Exception
Constructors
ResourceFileException()
Declaration
public ResourceFileException()
ResourceFileException(SerializationInfo, StreamingContext)
Declaration
protected ResourceFileException(SerializationInfo info, StreamingContext context)
Parameters
ResourceFileException(string)
Declaration
public ResourceFileException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
ResourceFileException(string, Exception)
Declaration
public ResourceFileException(string message, Exception innerException)
Parameters
Implements
Extension Methods