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