ObjectTypeNotMatchAndNotInheritFromTypeException - класс |
Пространство имён: FinistSoft.Objects
[SerializableAttribute] public class ObjectTypeNotMatchAndNotInheritFromTypeException : BasisException
Тип ObjectTypeNotMatchAndNotInheritFromTypeException предоставляет следующие члены.
Имя | Описание | |
---|---|---|
ObjectTypeNotMatchAndNotInheritFromTypeException |
Инициализирует новый экземпляр класса.
| |
ObjectTypeNotMatchAndNotInheritFromTypeException(String) |
Инициализирует новый экземпляр класса с указанным сообщением об ошибке.
| |
ObjectTypeNotMatchAndNotInheritFromTypeException(SerializationInfo, StreamingContext) |
Инициализирует новый экземпляр класса с сериализованными данными.
| |
ObjectTypeNotMatchAndNotInheritFromTypeException(String, Exception) |
Инициализирует новый экземпляр класса с указанным сообщением об ошибке и
ссылкой на внутреннее исключение, вызвавшее данное исключение.
| |
ObjectTypeNotMatchAndNotInheritFromTypeException(Type, Type) |
Инициализирует новый экземпляр класса c указанием типов объектов,
операция с которыми вызвала исключение.
|
Имя | Описание | |
---|---|---|
Data | Gets a collection of key/value pairs that provide additional user-defined information about the exception. (Унаследован от Exception.) | |
HelpLink | Gets or sets a link to the help file associated with this exception. (Унаследован от Exception.) | |
HResult | Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Унаследован от Exception.) | |
InnerException | Gets the Exception instance that caused the current exception. (Унаследован от Exception.) | |
IPForWatsonBuckets | (Унаследован от Exception.) | |
IsTransient | (Унаследован от Exception.) | |
Message | Gets a message that describes the current exception. (Унаследован от Exception.) | |
ObjectType1 |
Возвращает тип первого объекта.
| |
ObjectType2 |
Возвращает тип второго объекта.
| |
RemoteStackTrace | (Унаследован от Exception.) | |
Source | Gets or sets the name of the application or the object that causes the error. (Унаследован от Exception.) | |
StackTrace | Gets a string representation of the immediate frames on the call stack. (Унаследован от Exception.) | |
TargetSite | Возвращает метод, создавший текущее исключение. (Унаследован от Exception.) | |
WatsonBuckets | (Унаследован от Exception.) |
Имя | Описание | |
---|---|---|
AddExceptionDataForRestrictedErrorInfo | (Унаследован от Exception.) | |
DeepCopyDynamicMethods | (Унаследован от Exception.) | |
DeepCopyStackTrace | (Унаследован от Exception.) | |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object.) | |
GetBaseException | When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Унаследован от Exception.) | |
GetHashCode | Serves as the default hash function. (Унаследован от Object.) | |
GetObjectData | При переопределении в производном классе задает объект SerializationInfo со сведениями об исключении. (Унаследован от Exception.) | |
GetStackTracesDeepCopy | (Унаследован от Exception.) | |
GetType | Возвращает тип среды выполнения текущего экземпляра. (Унаследован от Exception.) | |
InternalPreserveStackTrace | (Унаследован от Exception.) | |
InternalToString | (Унаследован от Exception.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object.) | |
PrepForRemoting | (Унаследован от Exception.) | |
RestoreExceptionDispatchInfo | (Унаследован от Exception.) | |
SetErrorCode | (Унаследован от Exception.) | |
ToString | Creates and returns a string representation of the current exception. (Унаследован от Exception.) | |
TryGetRestrictedLanguageErrorObject | (Унаследован от Exception.) |
Имя | Описание | |
---|---|---|
SerializeObjectState | Возникает, когда исключение сериализовано для создания объекта состояния исключения, содержащего сериализованные данные об исключении. (Унаследован от Exception.) |
Имя | Описание | |
---|---|---|
_HResult | (Унаследован от Exception.) | |
_message | (Унаследован от Exception.) | |
_objectType1 |
Представляет тип первого объекта.
| |
_objectType2 |
Представляет тип второго объекта.
|