C# Класс WebMarkupMin.Core.CodeProcessingException

Наследование: System.Exception
Показать файл Открыть проект

Защищенные методы

Метод Описание
CodeProcessingException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the CodeProcessingException class with serialized data

CodeProcessingException ( string message ) : System

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

CodeProcessingException ( string message, Exception innerException ) : System

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

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

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

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

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

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

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

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

Initializes a new instance of the CodeProcessingException 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

Приватные методы

Метод Описание
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Описание методов

CodeProcessingException() защищенный Метод

Initializes a new instance of the CodeProcessingException class with serialized data
protected CodeProcessingException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized data
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination
Результат System

CodeProcessingException() защищенный Метод

Initializes a new instance of the CodeProcessingException class with a specified error message
protected CodeProcessingException ( string message ) : System
message string Error message that explains the reason for the exception
Результат System

CodeProcessingException() защищенный Метод

Initializes a new instance of the CodeProcessingException class with a specified error message and reference to the inner exception that is the cause of this exception
protected CodeProcessingException ( string message, Exception innerException ) : System
message string Error message that explains the reason for the exception
innerException Exception Exception that is the cause of the current exception
Результат System

CodeProcessingException() защищенный Метод

Initializes a new instance of the CodeProcessingException class with a specified error message, node coordinates and source fragment
protected CodeProcessingException ( string message, SourceCodeNodeCoordinates nodeCoordinates, string sourceFragment ) : System
message string Error message that explains the reason for the exception
nodeCoordinates SourceCodeNodeCoordinates Node coordinates
sourceFragment string Source fragment
Результат System

CodeProcessingException() защищенный Метод

Initializes a new instance of the CodeProcessingException class with a specified error message, node coordinates, source fragment and reference to the inner exception that is the cause of this exception
protected CodeProcessingException ( string message, SourceCodeNodeCoordinates nodeCoordinates, string sourceFragment, Exception innerException ) : System
message string Error message that explains the reason for the exception
nodeCoordinates SourceCodeNodeCoordinates Node coordinates
sourceFragment string Source fragment
innerException Exception Exception that is the cause of the current exception
Результат System

CodeProcessingException() защищенный Метод

Initializes a new instance of the CodeProcessingException class with a specified error message, line number, column number and source fragment
protected CodeProcessingException ( 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

CodeProcessingException() защищенный Метод

Initializes a new instance of the CodeProcessingException 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
protected CodeProcessingException ( 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 Exception Exception that is the cause of the current exception
Результат System