SPDistributedCacheRegionNotFoundException constructor (String, Exception)
Namespace: Microsoft.SharePoint.DistributedCaching
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
msg As String, _
e As Exception _
)
'Usage
Dim msg As String
Dim e As Exception
Dim instance As New SPDistributedCacheRegionNotFoundException(msg, e)
public SPDistributedCacheRegionNotFoundException(
string msg,
Exception e
)
Parameters
- msg
Type: System.String
- e
Type: System.Exception
See also
Reference
SPDistributedCacheRegionNotFoundException class
SPDistributedCacheRegionNotFoundException members