VsaException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
VsaException() |
이 멤버는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다. |
VsaException(VsaError) |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 지정된 오류를 사용하여 VsaException 클래스의 새 인스턴스를 초기화합니다. |
VsaException(String) |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 지정된 오류 메시지를 사용하여 VsaException 클래스의 새 인스턴스를 초기화합니다. |
VsaException(VsaError, String) |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 지정된 오류와 추가 메시지를 사용하여 VsaException 클래스의 새 인스턴스를 초기화합니다. |
VsaException(SerializationInfo, StreamingContext) |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 지정한 직렬화 정보와 스트리밍 컨텍스트를 포함하는 VsaException 클래스의 새 인스턴스를 초기화합니다. |
VsaException(String, Exception) |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 지정된 오류 메시지 및 내부 예외에 대한 참조를 사용하여 VsaException 클래스의 새 인스턴스를 초기화합니다. |
VsaException(VsaError, String, Exception) |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 지정된 오류 형식, 오류 메시지 및 내부 예외에 대한 참조를 사용하여 VsaException 클래스의 새 인스턴스를 초기화합니다. |
VsaException()
이 멤버는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.
public:
VsaException();
public VsaException ();
Public Sub New ()
적용 대상
VsaException(VsaError)
지정된 오류를 사용하여 VsaException 클래스의 새 인스턴스를 초기화합니다.
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
public:
VsaException(Microsoft::Vsa::VsaError error);
public VsaException (Microsoft.Vsa.VsaError error);
new Microsoft.Vsa.VsaException : Microsoft.Vsa.VsaError -> Microsoft.Vsa.VsaException
Public Sub New (error As VsaError)
매개 변수
- error
- VsaError
잘못된 오류입니다.
적용 대상
VsaException(String)
지정된 오류 메시지를 사용하여 VsaException 클래스의 새 인스턴스를 초기화합니다.
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
public:
VsaException(System::String ^ message);
public VsaException (string message);
new Microsoft.Vsa.VsaException : string -> Microsoft.Vsa.VsaException
Public Sub New (message As String)
매개 변수
- message
- String
예외의 원인을 지정하는 오류 메시지입니다.
적용 대상
VsaException(VsaError, String)
지정된 오류와 추가 메시지를 사용하여 VsaException 클래스의 새 인스턴스를 초기화합니다.
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
public:
VsaException(Microsoft::Vsa::VsaError error, System::String ^ message);
public VsaException (Microsoft.Vsa.VsaError error, string message);
new Microsoft.Vsa.VsaException : Microsoft.Vsa.VsaError * string -> Microsoft.Vsa.VsaException
Public Sub New (error As VsaError, message As String)
매개 변수
- error
- VsaError
잘못된 오류입니다.
- message
- String
문자열로 표시되는 추가 메시지입니다.
적용 대상
VsaException(SerializationInfo, StreamingContext)
지정한 직렬화 정보와 스트리밍 컨텍스트를 포함하는 VsaException 클래스의 새 인스턴스를 초기화합니다.
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
public:
VsaException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
public VsaException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Vsa.VsaException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Vsa.VsaException
Public Sub New (info As SerializationInfo, context As StreamingContext)
매개 변수
- info
- SerializationInfo
serialization 정보입니다.
- context
- StreamingContext
스트리밍 컨텍스트입니다.
적용 대상
VsaException(String, Exception)
지정된 오류 메시지 및 내부 예외에 대한 참조를 사용하여 VsaException 클래스의 새 인스턴스를 초기화합니다.
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
public:
VsaException(System::String ^ message, Exception ^ innerException);
public VsaException (string message, Exception innerException);
new Microsoft.Vsa.VsaException : string * Exception -> Microsoft.Vsa.VsaException
Public Sub New (message As String, innerException As Exception)
매개 변수
- message
- String
예외에 대한 이유를 설명하는 오류 메시지입니다.
- innerException
- Exception
현재 예외의 원인인 예외입니다.
적용 대상
VsaException(VsaError, String, Exception)
지정된 오류 형식, 오류 메시지 및 내부 예외에 대한 참조를 사용하여 VsaException 클래스의 새 인스턴스를 초기화합니다.
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
public:
VsaException(Microsoft::Vsa::VsaError error, System::String ^ message, Exception ^ innerException);
public VsaException (Microsoft.Vsa.VsaError error, string message, Exception innerException);
new Microsoft.Vsa.VsaException : Microsoft.Vsa.VsaError * string * Exception -> Microsoft.Vsa.VsaException
Public Sub New (error As VsaError, message As String, innerException As Exception)
매개 변수
- error
- VsaError
오류의 종류를 지정하는 열거형 값 중 하나입니다.
- message
- String
예외에 대한 이유를 설명하는 오류 메시지입니다.
- innerException
- Exception
현재 예외의 원인인 예외입니다.
적용 대상
.NET