C# 클래스 WebMarkupMin.Core.Parsers.MarkupParsingException

상속: CodeProcessingException
파일 보기 프로젝트 열기: Taritsyn/WebMarkupMin

공개 메소드들

메소드 설명
MarkupParsingException ( string message ) : System

Initializes a new instance of the MarkupParsingException class with a specified error message

MarkupParsingException ( string message, Exception innerException ) : System

Initializes a new instance of the MarkupParsingException class with a specified error message and reference to the inner exception that is the cause of this exception

MarkupParsingException ( string message, SourceCodeNodeCoordinates nodeCoordinates, string sourceFragment ) : System

Initializes a new instance of the MarkupParsingException class with a specified error message, node coordinates and source fragment

MarkupParsingException ( string message, SourceCodeNodeCoordinates nodeCoordinates, string sourceFragment, Exception innerException ) : System

Initializes a new instance of the MarkupParsingException class with a specified error message, node coordinates, source fragment and reference to the inner exception that is the cause of this exception

MarkupParsingException ( string message, int lineNumber, int columnNumber, string sourceFragment ) : System

Initializes a new instance of the MarkupParsingException class with a specified error message, line number, column number and source fragment

MarkupParsingException ( string message, int lineNumber, int columnNumber, string sourceFragment, Exception innerException ) : System

Initializes a new instance of the MarkupParsingException class with a specified error message, line number, column number, source fragment and reference to the inner exception that is the cause of this exception

비공개 메소드들

메소드 설명
MarkupParsingException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the MarkupParsingException class with serialized data

메소드 상세

MarkupParsingException() 공개 메소드

Initializes a new instance of the MarkupParsingException class with a specified error message
public MarkupParsingException ( string message ) : System
message string Error message that explains the reason for the exception
리턴 System

MarkupParsingException() 공개 메소드

Initializes a new instance of the MarkupParsingException class with a specified error message and reference to the inner exception that is the cause of this exception
public MarkupParsingException ( string message, Exception innerException ) : System
message string Error message that explains the reason for the exception
innerException System.Exception Exception that is the cause of the current exception
리턴 System

MarkupParsingException() 공개 메소드

Initializes a new instance of the MarkupParsingException class with a specified error message, node coordinates and source fragment
public MarkupParsingException ( string message, SourceCodeNodeCoordinates nodeCoordinates, string sourceFragment ) : System
message string Error message that explains the reason for the exception
nodeCoordinates WebMarkupMin.Core.Utilities.SourceCodeNodeCoordinates Node coordinates
sourceFragment string Source fragment
리턴 System

MarkupParsingException() 공개 메소드

Initializes a new instance of the MarkupParsingException class with a specified error message, node coordinates, source fragment and reference to the inner exception that is the cause of this exception
public MarkupParsingException ( string message, SourceCodeNodeCoordinates nodeCoordinates, string sourceFragment, Exception innerException ) : System
message string Error message that explains the reason for the exception
nodeCoordinates WebMarkupMin.Core.Utilities.SourceCodeNodeCoordinates Node coordinates
sourceFragment string Source fragment
innerException System.Exception Exception that is the cause of the current exception
리턴 System

MarkupParsingException() 공개 메소드

Initializes a new instance of the MarkupParsingException class with a specified error message, line number, column number and source fragment
public MarkupParsingException ( string message, int lineNumber, int columnNumber, string sourceFragment ) : System
message string Error message that explains the reason for the exception
lineNumber int Line number
columnNumber int Column number
sourceFragment string SourceFragment
리턴 System

MarkupParsingException() 공개 메소드

Initializes a new instance of the MarkupParsingException class with a specified error message, line number, column number, source fragment and reference to the inner exception that is the cause of this exception
public MarkupParsingException ( string message, int lineNumber, int columnNumber, string sourceFragment, Exception innerException ) : System
message string Error message that explains the reason for the exception
lineNumber int Line number
columnNumber int Column number
sourceFragment string Source fragment
innerException System.Exception Exception that is the cause of the current exception
리턴 System