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