Share via


DirectiveProcessorException Constructor (String)

Initializes a new instance of the DirectiveProcessorException class with a specified error message.

Namespace:  Microsoft.VisualStudio.TextTemplating
Assembly:  Microsoft.VisualStudio.TextTemplating.11.0 (in Microsoft.VisualStudio.TextTemplating.11.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: String

    A message that describes the error.

.NET Framework Security

See Also

Reference

DirectiveProcessorException Class

DirectiveProcessorException Overload

Microsoft.VisualStudio.TextTemplating Namespace

Message