CodeGenerationException 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.
Signifies an error that occurred during code generation.
[System.Serializable]
public class CodeGenerationException : Exception
[<System.Serializable>]
type CodeGenerationException = class
inherit Exception
Public Class CodeGenerationException
Inherits Exception
- Inheritance
-
CodeGenerationException
- Attributes
Constructors
CodeGenerationException() |
Initializes a new instance of the CodeGenerationException class. |
CodeGenerationException(SerializationInfo, StreamingContext) |
Initializes a new instance of the CodeGenerationException class. |
CodeGenerationException(String, Exception) |
Initializes a new instance of the CodeGenerationException class. |
CodeGenerationException(String) |
Initializes a new instance of the CodeGenerationException class. |