InvalidPageLayoutException Constructor (String)
Initializes a new instance of the InvalidPageLayoutException class with the specified error message.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New InvalidPageLayoutException(message)
public InvalidPageLayoutException(
string message
)
Parameters
message
Type: System.StringThe error message that explains the exception.
See Also
Reference
InvalidPageLayoutException Class
InvalidPageLayoutException Members