CSLA.NET
6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Macros
Pages
DefaultExceptionInspector.cs
Go to the documentation of this file.
1
//-----------------------------------------------------------------------
2
// <copyright file="DefaultExceptionInspector.cs" company="Marimer LLC">
3
// Copyright (c) Marimer LLC. All rights reserved.
4
// Website: https://cslanet.com
5
// </copyright>
6
// <summary>Default implementation of exception inspector.</summary>
7
//-----------------------------------------------------------------------
8
using
System;
9
10
namespace
Csla.Server
11
{
15
internal
class
DefaultExceptionInspector : IDataPortalExceptionInspector
16
{
27
public
void
InspectException(Type objectType,
object
businessObject,
object
criteria,
string
methodName, Exception ex)
28
{ }
29
}
30
}
Csla.Server
Definition:
HttpPortal.cs:22
Generated by
1.9.2