ServiceExceptionLogger Class

 

Provides a global Web API unhandled exception logger which is called when unhandled exceptions propagate all the way to Web API infrastructure.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Diagnostics
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

System::Object
  System.Web.Http.ExceptionHandling::ExceptionLogger
    Microsoft.WindowsAzure.Mobile.Service.Diagnostics::ServiceExceptionLogger

public ref class ServiceExceptionLogger : ExceptionLogger

NameDescription
System_CAPS_pubmethodServiceExceptionLogger()

Initializes a new instance of the ServiceExceptionLogger class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodLog(ExceptionLoggerContext^)

Logs the unhandled exception using LogCategories which makes it show up in the application log unless the application has been configured to not log such events.(Overrides ExceptionLogger::Log(ExceptionLoggerContext^).)

System_CAPS_pubmethodLogAsync(ExceptionLoggerContext^, CancellationToken)

(Inherited from ExceptionLogger.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodShouldLog(ExceptionLoggerContext^)

(Inherited from ExceptionLogger.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: