Click or drag to resize

PermissionException Constructor (String, Exception)

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 message,
	Exception innerException
)

Parameters

message
Type: SystemString

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

innerException
Type: SystemException

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

See Also