C# Class SenseNet.ContentRepository.Schema.ContentRegistrationException

Inheritance: System.Exception
Show file Open project: maxpavlov/FlexNet

Public Methods

Method Description
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

Protected Methods

Method Description
ContentRegistrationException ( System info, System context ) : System

Method Details

ContentRegistrationException() public method

public ContentRegistrationException ( ) : System
return System

ContentRegistrationException() protected method

protected ContentRegistrationException ( System info, System context ) : System
info System
context System
return System

ContentRegistrationException() public method

public ContentRegistrationException ( string message ) : System
message string
return System

ContentRegistrationException() public method

public ContentRegistrationException ( string message, Exception inner ) : System
message string
inner System.Exception
return System

ContentRegistrationException() public method

public ContentRegistrationException ( string message, Exception inner, string contentTypeName ) : System
message string
inner System.Exception
contentTypeName string
return System

ContentRegistrationException() public method

public ContentRegistrationException ( string message, Exception inner, string contentTypeName, string fieldName ) : System
message string
inner System.Exception
contentTypeName string
fieldName string
return System

ContentRegistrationException() public method

public ContentRegistrationException ( string message, string contentTypeName ) : System
message string
contentTypeName string
return System

ContentRegistrationException() public method

public ContentRegistrationException ( string message, string contentTypeName, string fieldName ) : System
message string
contentTypeName string
fieldName string
return System