DirectiveProcessorException Class
The exception that is thrown by the text template transformation engine, if an error occurs while processing directives.
Assembly: Microsoft.VisualStudio.TextTemplating.12.0 (in Microsoft.VisualStudio.TextTemplating.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | DirectiveProcessorException() | Initializes a new instance of the DirectiveProcessorException class. |
![]() | DirectiveProcessorException(SerializationInfo^, StreamingContext) | Initializes a new instance of the DirectiveProcessorException class with serialized data, for use in remoting scenarios. |
![]() | DirectiveProcessorException(String^) | Initializes a new instance of the DirectiveProcessorException class with a specified error message. |
![]() | DirectiveProcessorException(String^, Exception^) | Initializes a new instance of the DirectiveProcessorException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
This class is serializable. This exception is thrown when a directive is not supported, or there is a problem with the number or type of arguments specified. This is also the type of exception that users should throw for any errors that occur in their custom directive processors.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



