LazyWriterException Constructor
Namespace: Microsoft.Exchange.InfoWorker.Common.MailTips
Assembly: Microsoft.Exchange.InfoWorker.Common (in Microsoft.Exchange.InfoWorker.Common.dll)
Syntax
'Declaration
Public Sub New ( _
innerException As Exception _
)
'Usage
Dim innerException As Exception
Dim instance As New LazyWriterException(innerException)
public LazyWriterException(
Exception innerException
)
Parameters
- innerException
Type: System.Exception