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