C# Класс SenseNet.ContentRepository.Schema.ContentRegistrationException

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

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

Метод Описание
ContentRegistrationException ( ) : System
ContentRegistrationException ( string message ) : System
ContentRegistrationException ( string message, Exception inner ) : System
ContentRegistrationException ( string message, Exception inner, string contentTypeName ) : System
ContentRegistrationException ( string message, Exception inner, string contentTypeName, string fieldName ) : System
ContentRegistrationException ( string message, string contentTypeName ) : System
ContentRegistrationException ( string message, string contentTypeName, string fieldName ) : System

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

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

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

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

public ContentRegistrationException ( ) : System
Результат System

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

protected ContentRegistrationException ( System info, System context ) : System
info System
context System
Результат System

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

public ContentRegistrationException ( string message ) : System
message string
Результат System

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

public ContentRegistrationException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System

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

public ContentRegistrationException ( string message, Exception inner, string contentTypeName ) : System
message string
inner System.Exception
contentTypeName string
Результат System

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

public ContentRegistrationException ( string message, Exception inner, string contentTypeName, string fieldName ) : System
message string
inner System.Exception
contentTypeName string
fieldName string
Результат System

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

public ContentRegistrationException ( string message, string contentTypeName ) : System
message string
contentTypeName string
Результат System

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

public ContentRegistrationException ( string message, string contentTypeName, string fieldName ) : System
message string
contentTypeName string
fieldName string
Результат System