다음을 통해 공유


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 클래스의 새 인스턴스를 초기화합니다.

적용 대상