Show / Hide Table of Contents

Class WMAccessDeniedException

Custom Exception class to indicate an access request has been denied.

Inheritance
object
Exception
WMAccessDeniedException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Quantellia.WMServer.Auth
Assembly: WMServer.dll
Syntax
public class WMAccessDeniedException : Exception, ISerializable

Constructors

WMAccessDeniedException(string)

Exception class indicating that an access permission request has been denied has occurred.

Declaration
public WMAccessDeniedException(string msg)
Parameters
Type Name Description
string msg

Implements

ISerializable
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE