InvalidTemplateInUserRoleScopeException Constructor (String)
Initializes a new instance of the InvalidTemplateInUserRoleScopeException class using the specified error message.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
'Usage
Dim message As String
Dim instance As New InvalidTemplateInUserRoleScopeException(message)
'Declaration
Public Sub New ( _
message As String _
)
public InvalidTemplateInUserRoleScopeException (
string message
)
public:
InvalidTemplateInUserRoleScopeException (
String^ message
)
public InvalidTemplateInUserRoleScopeException (
String message
)
public function InvalidTemplateInUserRoleScopeException (
message : String
)
- message
The error message that describes the current exception.
Windows Vista, Windows Server 2003, and
Windows Server 2008,Windows Server 2003
InvalidTemplateInUserRoleScopeException Class
InvalidTemplateInUserRoleScopeException Members
Microsoft.EnterpriseManagement.Common Namespace