XmlWriteException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| Name | Description |
|---|---|
| XmlWriteException() |
XmlWriteException 클래스의 새 인스턴스를 초기화합니다. |
| XmlWriteException(String) |
XmlWriteException 클래스의 새 인스턴스를 초기화합니다. |
| XmlWriteException(SerializationInfo, StreamingContext) |
XmlWriteException 클래스의 새 인스턴스를 초기화합니다. |
| XmlWriteException(String, Exception) |
XmlWriteException 클래스의 새 인스턴스를 초기화합니다. |
XmlWriteException()
XmlWriteException(String)
XmlWriteException 클래스의 새 인스턴스를 초기화합니다.
public XmlWriteException(string message);
new Microsoft.IdentityModel.Xml.XmlWriteException : string -> Microsoft.IdentityModel.Xml.XmlWriteException
Public Sub New (message As String)
매개 변수
- message
- String
예외에 포함되고 사용자에게 표시할 추가 정보입니다.
적용 대상
XmlWriteException(SerializationInfo, StreamingContext)
XmlWriteException 클래스의 새 인스턴스를 초기화합니다.
protected XmlWriteException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.IdentityModel.Xml.XmlWriteException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.IdentityModel.Xml.XmlWriteException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
매개 변수
- info
- SerializationInfo
직 SerializationInfo 렬화된 개체 데이터를 보유하는 입니다.
- context
- StreamingContext
원본 또는 대상에 대한 컨텍스트 정보입니다.
적용 대상
XmlWriteException(String, Exception)
XmlWriteException 클래스의 새 인스턴스를 초기화합니다.
public XmlWriteException(string message, Exception innerException);
new Microsoft.IdentityModel.Xml.XmlWriteException : string * Exception -> Microsoft.IdentityModel.Xml.XmlWriteException
Public Sub New (message As String, innerException As Exception)
매개 변수
- message
- String
예외에 포함되고 사용자에게 표시할 추가 정보입니다.