Class PermissionsNotMetException
Inheritance
System.Object
PermissionsNotMetException
Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke.dll
Syntax
public class PermissionsNotMetException : Exception
Constructors
| Improve this Doc View SourcePermissionsNotMetException()
Initializes a new instance of the PermissionsNotMetException class.
Declaration
public PermissionsNotMetException()
PermissionsNotMetException(SerializationInfo, StreamingContext)
Initializes a new instance of the PermissionsNotMetException class.
Declaration
public PermissionsNotMetException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
PermissionsNotMetException(String, Exception)
Initializes a new instance of the PermissionsNotMetException class.
Declaration
public PermissionsNotMetException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | inner |
PermissionsNotMetException(String)
Initializes a new instance of the PermissionsNotMetException class.
Declaration
public PermissionsNotMetException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |