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