InvalidToolsetDefinitionException Class

Definition

This exception is thrown whenever there is a problem with the user's custom toolset definition file. The problem might be semantic or syntactical. If the problem is in the syntax, it can typically be caught by XSD validation.

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()

Initializes a new instance of the InvalidToolsetDefinitionException class.

InvalidToolsetDefinitionException(SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidToolsetDefinitionException class.

InvalidToolsetDefinitionException(String)

Initializes a new instance of the InvalidToolsetDefinitionException class.

InvalidToolsetDefinitionException(String, Exception)

Initializes a new instance of the InvalidToolsetDefinitionException class.

InvalidToolsetDefinitionException(String, String)

Initializes a new instance of the InvalidToolsetDefinitionException class.

InvalidToolsetDefinitionException(String, String, Exception)

Initializes a new instance of the InvalidToolsetDefinitionException class.

Properties

ErrorCode

Gets the exception error code that was thrown.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo with information about the exception.

Applies to