共用方式為


CodeGenerationException 類別

定義

表示產生程式碼期間發生的錯誤。

[System.Serializable]
public class CodeGenerationException : Exception
[<System.Serializable>]
type CodeGenerationException = class
    inherit Exception
Public Class CodeGenerationException
Inherits Exception
繼承
CodeGenerationException
屬性

建構函式

CodeGenerationException()

初始化 CodeGenerationException 類別的新執行個體。

CodeGenerationException(SerializationInfo, StreamingContext)

初始化 CodeGenerationException 類別的新執行個體。

CodeGenerationException(String, Exception)

初始化 CodeGenerationException 類別的新執行個體。

CodeGenerationException(String)

初始化 CodeGenerationException 類別的新執行個體。

適用於