Initializes a new instance of the DirectiveProcessorException class with a specified error message.
Namespace: Microsoft.VisualStudio.TextTemplating
Assembly: Microsoft.VisualStudio.TextTemplating (in Microsoft.VisualStudio.TextTemplating.dll)
Syntax
'宣言
Public Sub New ( _
message As String _
)
'使用
Dim message As String
Dim instance As New DirectiveProcessorException(message)
public DirectiveProcessorException(
string message
)
public:
DirectiveProcessorException(
String^ message
)
public function DirectiveProcessorException(
message : String
)
Parameters
message
Type: System.StringA message that describes the error.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DirectiveProcessorException Class
DirectiveProcessorException Members
DirectiveProcessorException Overload