Show / Hide Table of Contents

    AppInitializationException 类

    继承
    System.Object
    System.Exception
    AppInitializationException
    实现
    System.Runtime.Serialization.ISerializable
    继承成员
    System.Exception.GetBaseException()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.ToString()
    System.Exception.Data
    System.Exception.HelpLink
    System.Exception.HResult
    System.Exception.InnerException
    System.Exception.Message
    System.Exception.Source
    System.Exception.StackTrace
    System.Exception.TargetSite
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    命名空间: HuajiTech.CoolQ
    程序集: HuajiTech.CoolQ.Core.dll
    语法
    [Serializable]
    public class AppInitializationException : Exception, ISerializable

    构造函数

    | 改善此文档 查看源代码

    AppInitializationException()

    声明
    public AppInitializationException()
    | 改善此文档 查看源代码

    AppInitializationException(SerializationInfo, StreamingContext)

    声明
    protected AppInitializationException(SerializationInfo info, StreamingContext context)
    参数
    类型 名称 描述
    System.Runtime.Serialization.SerializationInfo info
    System.Runtime.Serialization.StreamingContext context
    | 改善此文档 查看源代码

    AppInitializationException(String)

    声明
    public AppInitializationException(string message)
    参数
    类型 名称 描述
    System.String message
    | 改善此文档 查看源代码

    AppInitializationException(String, Exception)

    声明
    public AppInitializationException(string message, Exception innerException)
    参数
    类型 名称 描述
    System.String message
    System.Exception innerException

    实现

    System.Runtime.Serialization.ISerializable

    扩展方法

    LoggingExtensions.LogAsWarning<TException>(TException, ILogger)
    LoggingExtensions.LogAsWarning<TException>(TException)
    LoggingExtensions.LogAsError<TException>(TException, ILogger)
    LoggingExtensions.LogAsError<TException>(TException)
    LoggingExtensions.SendTo(Exception, ISendee, String, Int32)
    • 改善此文档
    • 查看源代码
    Back to top 本文档使用 CC BY-NC-SA 4.0 进行许可。