Fixed compilation error on XBox 360
git-svn-id: file:///srv/devel/repo-conversion/nusu@156 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
5d36825fc8
commit
8f16d09c8a
2 changed files with 7 additions and 3 deletions
|
@ -43,6 +43,8 @@ namespace Nuclex.Support.Scheduling {
|
|||
/// <param name="inner">Preceding exception that has caused this exception</param>
|
||||
public AbortedException(string message, Exception inner) : base(message, inner) { }
|
||||
|
||||
#if !NO_SERIALIZATION
|
||||
|
||||
/// <summary>Initializes the exception from its serialized state</summary>
|
||||
/// <param name="info">Contains the serialized fields of the exception</param>
|
||||
/// <param name="context">Additional environmental informations</param>
|
||||
|
@ -52,6 +54,8 @@ namespace Nuclex.Support.Scheduling {
|
|||
) :
|
||||
base(info, context) { }
|
||||
|
||||
#endif // !NO_SERIALIZATION
|
||||
|
||||
}
|
||||
|
||||
} // namespace Nuclex.Support.Scheduling
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue