C# Класс Microsoft.Research.DataOnboarding.Core.BaseException

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

Открытые методы

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

Adds exception properties to the serialization object.

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

Метод Описание
BaseException ( ) : System

Initializes a new instance of the BaseException class.

BaseException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the BaseException class.

BaseException ( string message ) : System

Initializes a new instance of the BaseException class.

BaseException ( string message, Exception inner ) : System

Initializes a new instance of the BaseException class.

BaseException ( string message, ICollection errors ) : System

Initializes a new instance of the BaseException class.

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

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

Initializes a new instance of the BaseException class.
protected BaseException ( ) : System
Результат System

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

Initializes a new instance of the BaseException class.
protected BaseException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo Serialized object data
context System.Runtime.Serialization.StreamingContext Source and destination of a given serialized stream
Результат System

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

Initializes a new instance of the BaseException class.
protected BaseException ( string message ) : System
message string Error message
Результат System

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

Initializes a new instance of the BaseException class.
protected BaseException ( string message, Exception inner ) : System
message string Error message
inner System.Exception Nested exception
Результат System

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

Initializes a new instance of the BaseException class.
protected BaseException ( string message, ICollection errors ) : System
message string Error message
errors ICollection Collection of errors
Результат System

GetObjectData() публичный Метод

Adds exception properties to the serialization object.
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo Serialized object data
context System.Runtime.Serialization.StreamingContext Source and destination of a given serialized stream
Результат void