MalformedLineException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
MalformedLineException 클래스의 새 인스턴스를 초기화합니다.
오버로드
MalformedLineException() |
MalformedLineException 클래스의 새 인스턴스를 초기화합니다. |
MalformedLineException(String) |
지정된 오류 메시지를 사용하여 MalformedLineException 클래스의 새 인스턴스를 초기화합니다. |
MalformedLineException(SerializationInfo, StreamingContext) |
사용되지 않음.
serialize된 데이터를 사용하여 MalformedLineException 클래스의 새 인스턴스를 초기화합니다. |
MalformedLineException(String, Exception) |
지정된 오류 메시지와 해당 예외의 원인인 내부 예외에 대한 참조를 사용하여 MalformedLineException 클래스의 새 인스턴스를 초기화합니다. |
MalformedLineException(String, Int64) |
지정한 오류 메시지와 줄 번호를 사용하여 MalformedLineException 클래스의 새 인스턴스를 초기화합니다. |
MalformedLineException(String, Int64, Exception) |
지정한 오류 메시지, 줄 번호 및 이 예외의 원인인 내부 예외에 대한 참조를 사용하여 MalformedLineException 클래스의 새 인스턴스를 초기화합니다. |
MalformedLineException()
- Source:
- MalformedLineException.vb
- Source:
- MalformedLineException.vb
- Source:
- MalformedLineException.vb
MalformedLineException 클래스의 새 인스턴스를 초기화합니다.
public:
MalformedLineException();
public MalformedLineException ();
Public Sub New ()
설명
예외는 메서드가 ReadFields 지정된 형식을 사용하여 행을 구문 분석할 수 없음을 나타냅니다.
다음 표에는 MalformedLineException의 인스턴스의 초기 속성 값이 나와 있습니다.
속성 | 값 |
---|---|
InnerException | null 참조(Visual Basic의 경우 Nothing ) |
Message | 지역화된 오류 메시지 문자열입니다. |
추가 정보
적용 대상
MalformedLineException(String)
- Source:
- MalformedLineException.vb
- Source:
- MalformedLineException.vb
- Source:
- MalformedLineException.vb
지정된 오류 메시지를 사용하여 MalformedLineException 클래스의 새 인스턴스를 초기화합니다.
public:
MalformedLineException(System::String ^ message);
public MalformedLineException (string? message);
public MalformedLineException (string message);
new Microsoft.VisualBasic.FileIO.MalformedLineException : string -> Microsoft.VisualBasic.FileIO.MalformedLineException
Public Sub New (message As String)
매개 변수
- message
- String
오류를 설명하는 메시지입니다.
설명
message
매개 변수의 내용은 사용자가 이해할 수 있도록 만들어졌습니다. 현재 시스템 culture에 대해 이 문자열이 지역화되었는지 확인하려면 이 생성자의 호출자가 필요합니다.
MalformedLineException 상속 되는 Exception 클래스입니다. 이 생성자의 속성을 설정 합니다 Exception 다음 표에 나와 있는 것 처럼 개체입니다.
속성 | 값 |
---|---|
InnerException | null 참조(Visual Basic의 경우 Nothing ) |
Message | message 문자열입니다. |
적용 대상
MalformedLineException(SerializationInfo, StreamingContext)
- Source:
- MalformedLineException.vb
- Source:
- MalformedLineException.vb
- Source:
- MalformedLineException.vb
주의
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
serialize된 데이터를 사용하여 MalformedLineException 클래스의 새 인스턴스를 초기화합니다.
protected:
MalformedLineException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected MalformedLineException (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 MalformedLineException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualBasic.FileIO.MalformedLineException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualBasic.FileIO.MalformedLineException
[<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.VisualBasic.FileIO.MalformedLineException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualBasic.FileIO.MalformedLineException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
매개 변수
- info
- SerializationInfo
발생되는 예외에 대해 직렬화된 개체 데이터를 보유하는 SerializationInfo 개체입니다.
- context
- StreamingContext
소스 또는 대상에 대한 컨텍스트 정보를 포함하는 StreamingContext 구조체입니다.
- 특성
설명
이 생성자는 스트림을 통해 전송되는 예외 개체를 다시 구성하기 위해 역직렬화 중에 호출됩니다.
적용 대상
MalformedLineException(String, Exception)
- Source:
- MalformedLineException.vb
- Source:
- MalformedLineException.vb
- Source:
- MalformedLineException.vb
지정된 오류 메시지와 해당 예외의 원인인 내부 예외에 대한 참조를 사용하여 MalformedLineException 클래스의 새 인스턴스를 초기화합니다.
public:
MalformedLineException(System::String ^ message, Exception ^ innerException);
public MalformedLineException (string? message, Exception? innerException);
public MalformedLineException (string message, Exception innerException);
new Microsoft.VisualBasic.FileIO.MalformedLineException : string * Exception -> Microsoft.VisualBasic.FileIO.MalformedLineException
Public Sub New (message As String, innerException As Exception)
매개 변수
- innerException
- Exception
현재 예외의 원인이 되는 Exception 개체입니다. InnerException 매개 변수가 null 참조(Visual Basic에서는 Nothing
)가 아니면 내부 예외를 처리하는 catch 블록에서 현재 예외가 발생합니다.
설명
message
매개 변수의 내용은 사용자가 이해할 수 있도록 만들어졌습니다. 현재 시스템 culture에 대해 이 문자열이 지역화되었는지 확인하려면 이 생성자의 호출자가 필요합니다.
이전 예외의 직접적인 결과로 throw되는 예외의 InnerException 속성에는 이전 예외에 대한 참조가 들어 있어야 합니다. 합니다 InnerException 경우 생성자 또는 null 참조로 전달 되는 동일한 값을 반환 하는 속성을 InnerException 속성이 생성자에 내부 예외 값을 제공 하지 않습니다.
다음 표에는 ApplicationException의 인스턴스의 초기 속성 값이 나와 있습니다.
속성 | 값 |
---|---|
InnerException | innerException 참조 합니다. |
Message | message 문자열입니다. |
적용 대상
MalformedLineException(String, Int64)
- Source:
- MalformedLineException.vb
- Source:
- MalformedLineException.vb
- Source:
- MalformedLineException.vb
지정한 오류 메시지와 줄 번호를 사용하여 MalformedLineException 클래스의 새 인스턴스를 초기화합니다.
public:
MalformedLineException(System::String ^ message, long lineNumber);
public MalformedLineException (string? message, long lineNumber);
public MalformedLineException (string message, long lineNumber);
new Microsoft.VisualBasic.FileIO.MalformedLineException : string * int64 -> Microsoft.VisualBasic.FileIO.MalformedLineException
Public Sub New (message As String, lineNumber As Long)
매개 변수
- message
- String
예외에 대한 메시지입니다.
- lineNumber
- Int64
형식이 잘못된 줄의 줄 번호입니다.
설명
message
매개 변수의 내용은 사용자가 이해할 수 있도록 만들어졌습니다. 현재 시스템 culture에 대해 이 문자열이 지역화되었는지 확인하려면 이 생성자의 호출자가 필요합니다. 매개 변수는 lineNumber
속성을 초기화합니다 LineNumber .
MalformedLineException 는 에서 Exception상속됩니다. 이 생성자의 속성을 설정 합니다 Exception 다음 표에 나와 있는 것 처럼 개체입니다.
속성 | 값 |
---|---|
InnerException | null 참조(Visual Basic의 경우 Nothing ) |
Message | message 문자열입니다. |
적용 대상
MalformedLineException(String, Int64, Exception)
- Source:
- MalformedLineException.vb
- Source:
- MalformedLineException.vb
- Source:
- MalformedLineException.vb
지정한 오류 메시지, 줄 번호 및 이 예외의 원인인 내부 예외에 대한 참조를 사용하여 MalformedLineException 클래스의 새 인스턴스를 초기화합니다.
public:
MalformedLineException(System::String ^ message, long lineNumber, Exception ^ innerException);
public MalformedLineException (string? message, long lineNumber, Exception? innerException);
public MalformedLineException (string message, long lineNumber, Exception innerException);
new Microsoft.VisualBasic.FileIO.MalformedLineException : string * int64 * Exception -> Microsoft.VisualBasic.FileIO.MalformedLineException
Public Sub New (message As String, lineNumber As Long, innerException As Exception)
매개 변수
- message
- String
예외에 대한 메시지입니다.
- lineNumber
- Int64
형식이 잘못된 줄의 줄 번호입니다.
- innerException
- Exception
현재 예외의 원인이 되는 Exception입니다. InnerException 매개 변수가 null 참조(Visual Basic에서는 Nothing
)가 아니면 내부 예외를 처리하는 catch 블록에서 현재 예외가 발생합니다.
설명
message
매개 변수의 내용은 사용자가 이해할 수 있도록 만들어졌습니다. 현재 시스템 culture에 대해 이 문자열이 지역화되었는지 확인하려면 이 생성자의 호출자가 필요합니다. 매개 변수는 lineNumber
속성을 초기화합니다 LineNumber .
이전 예외의 직접적인 결과로 throw되는 예외의 InnerException 속성에는 이전 예외에 대한 참조가 들어 있어야 합니다. 합니다 InnerException 경우 생성자 또는 null 참조로 전달 되는 동일한 값을 반환 하는 속성을 InnerException 속성이 생성자에 내부 예외 값을 제공 하지 않습니다.
다음 표에는 ApplicationException의 인스턴스의 초기 속성 값이 나와 있습니다.
속성 | 값 |
---|---|
InnerException | innerException 참조 합니다. |
Message | message 문자열입니다. |
적용 대상
.NET