C# Class SenseNet.ContentRepository.FieldParsingException

Inheritance: System.ApplicationException
Show file Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
FieldParsingException ( ) : System
FieldParsingException ( string message ) : System
FieldParsingException ( string message, Exception inner ) : System

Protected Methods

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

Private Methods

Method Description
GetException ( Field field ) : FieldParsingException
GetException ( Field field, Exception innerException ) : FieldParsingException

Method Details

FieldParsingException() public method

public FieldParsingException ( ) : System
return System

FieldParsingException() protected method

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

FieldParsingException() public method

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

FieldParsingException() public method

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