InvalidEntityTypeException Constructors
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.
Overloads
InvalidEntityTypeException(String) |
Initializes a new instance of the InvalidEntityTypeException class. |
InvalidEntityTypeException(SerializationInfo, StreamingContext) |
Initializes a new instance of the InvalidEntityTypeException class. |
InvalidEntityTypeException(String)
Initializes a new instance of the InvalidEntityTypeException class.
public InvalidEntityTypeException (string typeName);
new Microsoft.VisualStudio.ProjectSystem.Query.InvalidEntityTypeException : string -> Microsoft.VisualStudio.ProjectSystem.Query.InvalidEntityTypeException
Public Sub New (typeName As String)
Parameters
- typeName
- String
The name of the type.
Applies to
InvalidEntityTypeException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidEntityTypeException class.
protected InvalidEntityTypeException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.ProjectSystem.Query.InvalidEntityTypeException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.ProjectSystem.Query.InvalidEntityTypeException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext