FolderAccessException Constructor (String, Exception)Ipswitch.Messaging.Framework
Constructor for FolderAccessException that takes in inner-exception.

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public FolderAccessException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString
String containing custom exception message.
inner
Type: SystemException
Exceptiont to set as inner-exception for FolderAccessException.
See Also

Reference