Click or drag to resize

PermissionException Constructor (String, Exception, Object)

Initializes a new instance of the PermissionException class

Namespace:  Enerj.CDI.WebService.V4.Classes
Assembly:  Enerj.CDI.WebService.V4 (in Enerj.CDI.WebService.V4.dll) Version: 4.13.0.0 (4.13.0.0)
Syntax
C#
public PermissionException(
	string format,
	Exception innerException,
	params Object[] args
)

Parameters

format
Type: SystemString

[Missing <param name="format"/> documentation for "M:Enerj.CDI.WebService.V4.Classes.PermissionException.#ctor(System.String,System.Exception,System.Object[])"]

innerException
Type: SystemException

[Missing <param name="innerException"/> documentation for "M:Enerj.CDI.WebService.V4.Classes.PermissionException.#ctor(System.String,System.Exception,System.Object[])"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:Enerj.CDI.WebService.V4.Classes.PermissionException.#ctor(System.String,System.Exception,System.Object[])"]

See Also