DirectiveProcessorException Constructor (String)
Initializes a new instance of the DirectiveProcessorException class with a specified error message.
Namespace: Microsoft.VisualStudio.TextTemplating
Assembly: Microsoft.VisualStudio.TextTemplating.12.0 (in Microsoft.VisualStudio.TextTemplating.12.0.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public DirectiveProcessorException(
string message
)
public:
DirectiveProcessorException(
String^ message
)
new :
message:string -> DirectiveProcessorException
public function DirectiveProcessorException(
message : String
)
Parameters
message
Type: System.StringA message that describes the error.
.NET Framework Security
- 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 Overload