CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.PropertyLoadException Class Reference

Exception indicating a failure to set a property's field. More...

Inheritance diagram for Csla.PropertyLoadException:

Public Member Functions

 PropertyLoadException (string message)
 Creates an instance of the object. More...
 
 PropertyLoadException (string message, Exception ex)
 Creates an instance of the object. More...
 
override void GetObjectData (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Serializes the object. More...
 

Protected Member Functions

 PropertyLoadException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Creates an instance of the object for serialization. More...
 

Detailed Description

Exception indicating a failure to set a property's field.

Definition at line 18 of file PropertyLoadException.cs.

Constructor & Destructor Documentation

◆ PropertyLoadException() [1/3]

Csla.PropertyLoadException.PropertyLoadException ( string  message)

Creates an instance of the object.

Parameters
messageText describing the exception.

Definition at line 24 of file PropertyLoadException.cs.

◆ PropertyLoadException() [2/3]

Csla.PropertyLoadException.PropertyLoadException ( string  message,
Exception  ex 
)

Creates an instance of the object.

Parameters
messageText describing the exception.
exInner exception.

Definition at line 33 of file PropertyLoadException.cs.

◆ PropertyLoadException() [3/3]

Csla.PropertyLoadException.PropertyLoadException ( System.Runtime.Serialization.SerializationInfo  info,
System.Runtime.Serialization.StreamingContext  context 
)
protected

Creates an instance of the object for serialization.

Parameters
infoSerialiation info object.
contextSerialization context object.

Definition at line 43 of file PropertyLoadException.cs.

Member Function Documentation

◆ GetObjectData()

override void Csla.PropertyLoadException.GetObjectData ( System.Runtime.Serialization.SerializationInfo  info,
System.Runtime.Serialization.StreamingContext  context 
)

Serializes the object.

Parameters
infoSerialiation info object.
contextSerialization context object.

Definition at line 52 of file PropertyLoadException.cs.