CodeGenerationException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
내부 예외입니다.