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