다음을 통해 공유


CodeGenerationException 생성자

정의

오버로드

CodeGenerationException()

CodeGenerationException 클래스의 새 인스턴스를 초기화합니다.

CodeGenerationException(String)

CodeGenerationException 클래스의 새 인스턴스를 초기화합니다.

CodeGenerationException(SerializationInfo, StreamingContext)

CodeGenerationException 클래스의 새 인스턴스를 초기화합니다.

CodeGenerationException(String, Exception)

CodeGenerationException 클래스의 새 인스턴스를 초기화합니다.

CodeGenerationException()

Source:
CodeGenerationException.cs

CodeGenerationException 클래스의 새 인스턴스를 초기화합니다.

public CodeGenerationException ();
Public Sub New ()

적용 대상

CodeGenerationException(String)

Source:
CodeGenerationException.cs

CodeGenerationException 클래스의 새 인스턴스를 초기화합니다.

public CodeGenerationException (string message);
new Orleans.CodeGenerator.CodeGenerationException : string -> Orleans.CodeGenerator.CodeGenerationException
Public Sub New (message As String)

매개 변수

message
String

메시지입니다.

적용 대상

CodeGenerationException(SerializationInfo, StreamingContext)

Source:
CodeGenerationException.cs

CodeGenerationException 클래스의 새 인스턴스를 초기화합니다.

protected CodeGenerationException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.CodeGenerator.CodeGenerationException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.CodeGenerator.CodeGenerationException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

info
SerializationInfo

정보입니다.

context
StreamingContext

컨텍스트입니다.

적용 대상

CodeGenerationException(String, Exception)

Source:
CodeGenerationException.cs

CodeGenerationException 클래스의 새 인스턴스를 초기화합니다.

public CodeGenerationException (string message, Exception innerException);
new Orleans.CodeGenerator.CodeGenerationException : string * Exception -> Orleans.CodeGenerator.CodeGenerationException
Public Sub New (message As String, innerException As Exception)

매개 변수

message
String

메시지입니다.

innerException
Exception

내부 예외입니다.

적용 대상