EasObjectNotFoundException constructor (String, Exception)
Namespace: Microsoft.Exchange.MailboxReplicationService
Assembly: Microsoft.Exchange.MailboxReplicationService.Common (in Microsoft.Exchange.MailboxReplicationService.Common.dll)
Syntax
'Declaration
Public Sub New ( _
entryId As String, _
innerException As Exception _
)
'Usage
Dim entryId As String
Dim innerException As Exception
Dim instance As New EasObjectNotFoundException(entryId, _
innerException)
public EasObjectNotFoundException(
string entryId,
Exception innerException
)
Parameters
- entryId
Type: System.String
- innerException
Type: System.Exception
See also
Reference
EasObjectNotFoundException class
EasObjectNotFoundException members