InvalidToolsetDefinitionException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exception subclass that ToolsetReaders should throw.
public ref class InvalidToolsetDefinitionException : Exception
[System.Serializable]
public class InvalidToolsetDefinitionException : Exception
[<System.Serializable>]
type InvalidToolsetDefinitionException = class
inherit Exception
Public Class InvalidToolsetDefinitionException
Inherits Exception
- Inheritance
-
InvalidToolsetDefinitionException
- Attributes
Constructors
| InvalidToolsetDefinitionException() |
Basic constructor. |
| InvalidToolsetDefinitionException(SerializationInfo, StreamingContext) |
Basic constructor. |
| InvalidToolsetDefinitionException(String) |
Basic constructor. |
| InvalidToolsetDefinitionException(String, Exception) |
Basic constructor. |
| InvalidToolsetDefinitionException(String, String) |
Constructor that takes an MSBuild error code |
| InvalidToolsetDefinitionException(String, String, Exception) |
Constructor that takes an MSBuild error code |
Properties
| ErrorCode |
The MSBuild error code corresponding with this exception, or null if none was specified. |
Methods
| GetObjectData(SerializationInfo, StreamingContext) |
ISerializable method which we must override since Exception implements this interface If we ever add new members to this class, we'll need to update this. |