HostProtectionException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
HostProtectionException 클래스의 새 인스턴스를 초기화합니다.
오버로드
HostProtectionException() |
기본값을 사용하여 HostProtectionException 클래스의 새 인스턴스를 초기화합니다. |
HostProtectionException(String) |
지정된 오류 메시지를 사용하여 HostProtectionException 클래스의 새 인스턴스를 초기화합니다. |
HostProtectionException(SerializationInfo, StreamingContext) |
사용되지 않음.
제공된 serialization 정보와 스트리밍 컨텍스트를 사용하여 HostProtectionException 클래스의 새 인스턴스를 초기화합니다. |
HostProtectionException(String, Exception) |
지정된 오류 메시지와 해당 예외의 원인인 내부 예외에 대한 참조를 사용하여 HostProtectionException 클래스의 새 인스턴스를 초기화합니다. |
HostProtectionException(String, HostProtectionResource, HostProtectionResource) |
지정된 오류 메시지, 보호되는 호스트 리소스, 예외를 throw한 호스트 리소스 등을 사용하여 HostProtectionException 클래스의 새 인스턴스를 초기화합니다. |
HostProtectionException()
- Source:
- HostProtectionException.cs
- Source:
- HostProtectionException.cs
- Source:
- HostProtectionException.cs
- Source:
- HostProtectionException.cs
기본값을 사용하여 HostProtectionException 클래스의 새 인스턴스를 초기화합니다.
public:
HostProtectionException();
public HostProtectionException ();
Public Sub New ()
설명
다음 표에서는 HostProtectionException 클래스의 인스턴스에 대한 초기 속성 값을 보여 줍니다.
속성 | 값 |
---|---|
ProtectedResources | HostProtectionResource.None |
DemandedResources | HostProtectionResource.None |
적용 대상
HostProtectionException(String)
- Source:
- HostProtectionException.cs
- Source:
- HostProtectionException.cs
- Source:
- HostProtectionException.cs
- Source:
- HostProtectionException.cs
지정된 오류 메시지를 사용하여 HostProtectionException 클래스의 새 인스턴스를 초기화합니다.
public:
HostProtectionException(System::String ^ message);
public HostProtectionException (string message);
new System.Security.HostProtectionException : string -> System.Security.HostProtectionException
Public Sub New (message As String)
매개 변수
- message
- String
오류를 설명하는 메시지입니다.
설명
매개 변수의 message
내용을 사용자가 이해할 수 있어야 합니다. 현재 시스템 culture에 대해 이 문자열이 지역화되었는지 확인하려면 이 생성자의 호출자가 필요합니다.
적용 대상
HostProtectionException(SerializationInfo, StreamingContext)
- Source:
- HostProtectionException.cs
- Source:
- HostProtectionException.cs
- Source:
- HostProtectionException.cs
- Source:
- HostProtectionException.cs
주의
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
제공된 serialization 정보와 스트리밍 컨텍스트를 사용하여 HostProtectionException 클래스의 새 인스턴스를 초기화합니다.
protected:
HostProtectionException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected HostProtectionException (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 HostProtectionException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Security.HostProtectionException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Security.HostProtectionException
[<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 System.Security.HostProtectionException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Security.HostProtectionException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
매개 변수
- info
- SerializationInfo
serialize된 개체 데이터를 보유하는 개체입니다.
- context
- StreamingContext
소스 또는 대상에 대한 컨텍스트 정보입니다.
- 특성
예외
info
은 null
입니다.
설명
deserialization을 수행하는 동안 이 생성자를 호출하여 스트림을 통해 전송되는 예외 개체를 다시 생성합니다.
적용 대상
HostProtectionException(String, Exception)
- Source:
- HostProtectionException.cs
- Source:
- HostProtectionException.cs
- Source:
- HostProtectionException.cs
- Source:
- HostProtectionException.cs
지정한 오류 메시지 및 이 예외를 발생시킨 내부 예외에 대한 참조를 사용하여 HostProtectionException 클래스의 새 인스턴스를 초기화합니다.
public:
HostProtectionException(System::String ^ message, Exception ^ e);
public HostProtectionException (string message, Exception e);
new System.Security.HostProtectionException : string * Exception -> System.Security.HostProtectionException
Public Sub New (message As String, e As Exception)
매개 변수
- message
- String
예외에 대한 이유를 설명하는 오류 메시지입니다.
현재 예외의 원인인 예외입니다.
innerException
매개 변수가 null
이 아니면 현재 예외는 내부 예외를 처리하는 catch
블록에서 발생합니다.
설명
이전 예외의 직접적인 결과로 throw되는 예외는 InnerException 속성에 이전 예외에 대한 참조를 포함할 수 있습니다.
InnerException 속성은 생성자로 전달되는 값과 같은 값을 반환하거나, InnerException 속성이 생성자에 내부 예외 값을 제공하지 않는 경우 null
을 반환합니다.
적용 대상
HostProtectionException(String, HostProtectionResource, HostProtectionResource)
- Source:
- HostProtectionException.cs
- Source:
- HostProtectionException.cs
- Source:
- HostProtectionException.cs
- Source:
- HostProtectionException.cs
지정된 오류 메시지, 보호되는 호스트 리소스, 예외를 throw한 호스트 리소스 등을 사용하여 HostProtectionException 클래스의 새 인스턴스를 초기화합니다.
public:
HostProtectionException(System::String ^ message, System::Security::Permissions::HostProtectionResource protectedResources, System::Security::Permissions::HostProtectionResource demandedResources);
public HostProtectionException (string message, System.Security.Permissions.HostProtectionResource protectedResources, System.Security.Permissions.HostProtectionResource demandedResources);
new System.Security.HostProtectionException : string * System.Security.Permissions.HostProtectionResource * System.Security.Permissions.HostProtectionResource -> System.Security.HostProtectionException
Public Sub New (message As String, protectedResources As HostProtectionResource, demandedResources As HostProtectionResource)
매개 변수
- message
- String
예외에 대한 이유를 설명하는 오류 메시지입니다.
- protectedResources
- HostProtectionResource
부분 신뢰 코드에 액세스할 수 없는 호스트 리소스를 지정하는 열거형 값의 비트 조합입니다.
- demandedResources
- HostProtectionResource
요청된 호스트 리소스를 지정하는 열거형 값의 비트 조합입니다.
설명
매개 변수는 demandedResources
예외가 throw된 요청된 호스트 보호 범주를 지정합니다. 예를 들어 메서드에 메서드가 공유 상태를 노출한다는 특성을 가지고 HostProtectionAttribute 있다고 가정합니다. 메서드가 호출되면 는 HostProtectionAttribute 공유 상태에 대한 링크 요청을 수행합니다. 호스트가 공유 상태를 금지된 범주 HostProtectionException 로 설정한 경우 속성 값HostProtectionResource.SharedState이 인 가 demandedResources
발생합니다.
적용 대상
.NET