RuntimeBinderInternalCompilerException 생성자

정의

오류를 설명하는 시스템 제공 메시지를 사용하여 RuntimeBinderInternalCompilerException 클래스의 새 인스턴스를 초기화합니다.

오버로드

RuntimeBinderInternalCompilerException()

오류를 설명하는 시스템 제공 메시지를 사용하여 RuntimeBinderInternalCompilerException 클래스의 새 인스턴스를 초기화합니다.

RuntimeBinderInternalCompilerException(String)

오류를 설명하는 지정한 메시지를 사용하여 RuntimeBinderInternalCompilerException 클래스의 새 인스턴스를 초기화합니다.

RuntimeBinderInternalCompilerException(SerializationInfo, StreamingContext)
사용되지 않음.

serialize된 데이터를 사용하여 RuntimeBinderInternalCompilerException 클래스의 새 인스턴스를 초기화합니다.

RuntimeBinderInternalCompilerException(String, Exception)

지정된 오류 메시지와 이 예외의 원인인 내부 예외에 대한 참조를 갖는 RuntimeBinderInternalCompilerException 클래스의 새 인스턴스를 초기화합니다.

RuntimeBinderInternalCompilerException()

Source:
RuntimeBinderInternalCompilerException.cs
Source:
RuntimeBinderInternalCompilerException.cs
Source:
RuntimeBinderInternalCompilerException.cs

오류를 설명하는 시스템 제공 메시지를 사용하여 RuntimeBinderInternalCompilerException 클래스의 새 인스턴스를 초기화합니다.

public:
 RuntimeBinderInternalCompilerException();
public RuntimeBinderInternalCompilerException ();
Public Sub New ()

설명

이 생성자는 Message 현재 시스템 계정에는 "DefaultMessageDisplayedByParameterlessCtorWriterMustSupply"이 이와 같은 오류를 설명 하는 시스템 제공 메시지로 새 인스턴스의 속성 문화권입니다.

다음 표에는 InsufficientMemoryException의 인스턴스의 초기 속성 값이 나와 있습니다.

속성
InnerException null.
Message 지역화된 오류 메시지 문자열입니다.

추가 정보

적용 대상

RuntimeBinderInternalCompilerException(String)

Source:
RuntimeBinderInternalCompilerException.cs
Source:
RuntimeBinderInternalCompilerException.cs
Source:
RuntimeBinderInternalCompilerException.cs

오류를 설명하는 지정한 메시지를 사용하여 RuntimeBinderInternalCompilerException 클래스의 새 인스턴스를 초기화합니다.

public:
 RuntimeBinderInternalCompilerException(System::String ^ message);
public RuntimeBinderInternalCompilerException (string message);
public RuntimeBinderInternalCompilerException (string? message);
new Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException : string -> Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException
Public Sub New (message As String)

매개 변수

message
String

예외를 설명하는 메시지입니다. 현재 시스템 culture에 대해 이 문자열이 지역화되었는지 확인하려면 이 생성자의 호출자가 필요합니다.

설명

다음 표에는 RuntimeBinderInternalCompilerException의 인스턴스의 초기 속성 값이 나와 있습니다.

속성
InnerException null.
Message message에 지정된 오류 메시지 문자열입니다.

추가 정보

적용 대상

RuntimeBinderInternalCompilerException(SerializationInfo, StreamingContext)

Source:
RuntimeBinderInternalCompilerException.cs
Source:
RuntimeBinderInternalCompilerException.cs
Source:
RuntimeBinderInternalCompilerException.cs

주의

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

serialize된 데이터를 사용하여 RuntimeBinderInternalCompilerException 클래스의 새 인스턴스를 초기화합니다.

protected:
 RuntimeBinderInternalCompilerException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuntimeBinderInternalCompilerException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected RuntimeBinderInternalCompilerException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

info
SerializationInfo

throw되는 예외에 대해 serialize된 개체 데이터를 보유하는 SerializationInfo입니다.

context
StreamingContext

소스 또는 대상에 대한 컨텍스트 정보를 포함하는 StreamingContext입니다.

특성

설명

이 생성자는 스트림을 통해 전송되는 예외 개체를 다시 구성하기 위해 역직렬화 중에 호출됩니다.

적용 대상

RuntimeBinderInternalCompilerException(String, Exception)

Source:
RuntimeBinderInternalCompilerException.cs
Source:
RuntimeBinderInternalCompilerException.cs
Source:
RuntimeBinderInternalCompilerException.cs

지정된 오류 메시지와 이 예외의 원인인 내부 예외에 대한 참조를 갖는 RuntimeBinderInternalCompilerException 클래스의 새 인스턴스를 초기화합니다.

public:
 RuntimeBinderInternalCompilerException(System::String ^ message, Exception ^ innerException);
public RuntimeBinderInternalCompilerException (string message, Exception innerException);
public RuntimeBinderInternalCompilerException (string? message, Exception? innerException);
new Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException : string * Exception -> Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException
Public Sub New (message As String, innerException As Exception)

매개 변수

message
String

예외에 대한 이유를 설명하는 오류 메시지입니다.

innerException
Exception

현재 예외의 원인이 된 예외 또는 내부 예외가 지정되지 않은 경우의 null 참조입니다.

설명

이전 예외의 직접적인 결과로 throw되는 예외의 InnerException 속성에는 이전 예외에 대한 참조가 들어 있어야 합니다. InnerException 속성은 생성자로 전달되는 값과 같은 값을 반환하거나, InnerException 속성이 생성자에 내부 예외 값을 제공하지 않는 경우 null을 반환합니다.

다음 표에는 RuntimeBinderInternalCompilerException의 인스턴스의 초기 속성 값이 나와 있습니다.

속성
InnerException null.
Message message에 지정된 오류 메시지 문자열입니다.

적용 대상