Knight Data Access Layer
MappingException Constructor(String)




KellermanSoftware.NetDataAccessLayer Namespace > MappingException Class > MappingException Constructor : MappingException Constructor(String)
The exception message
Mapping exception with a message
Syntax
Public Function New( _
   ByVal message As String _
)
Dim message As String
 
Dim instance As New MappingException(message)
public MappingException( 
   string message
)
public: MappingException( 
   string* message
)
public:
MappingException( 
   String^ message
)

Parameters

message
The exception message
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MappingException Class
MappingException Members
Overload List