Search Results for

    Show / Hide Table of Contents

    Class MultiException

    Inheritance
    Object
    Exception
    MultiException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Acoustics.Shared
    Assembly: Acoustics.Shared.dll
    Syntax
    [Serializable]
    public sealed class MultiException : Exception, ISerializable

    Constructors

    | Improve this Doc View Source

    MultiException()

    Declaration
    public MultiException()
    | Improve this Doc View Source

    MultiException(IEnumerable<Exception>)

    Declaration
    public MultiException(IEnumerable<Exception> innerExceptions)
    Parameters
    Type Name Description
    IEnumerable<Exception> innerExceptions
    | Improve this Doc View Source

    MultiException(Exception[])

    Declaration
    public MultiException(Exception[] innerExceptions)
    Parameters
    Type Name Description
    Exception[] innerExceptions
    | Improve this Doc View Source

    MultiException(String)

    Declaration
    public MultiException(string message)
    Parameters
    Type Name Description
    String message
    | Improve this Doc View Source

    MultiException(String, IEnumerable<Exception>)

    Declaration
    public MultiException(string message, IEnumerable<Exception> innerExceptions)
    Parameters
    Type Name Description
    String message
    IEnumerable<Exception> innerExceptions
    | Improve this Doc View Source

    MultiException(String, Exception)

    Declaration
    public MultiException(string message, Exception innerException)
    Parameters
    Type Name Description
    String message
    Exception innerException
    | Improve this Doc View Source

    MultiException(String, Exception[])

    Declaration
    public MultiException(string message, Exception[] innerExceptions)
    Parameters
    Type Name Description
    String message
    Exception[] innerExceptions

    Properties

    | Improve this Doc View Source

    InnerExceptions

    Declaration
    public IEnumerable<Exception> InnerExceptions { get; }
    Property Value
    Type Description
    IEnumerable<Exception>

    Methods

    | Improve this Doc View Source

    ToString()

    Get a string representation of this MultiException.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    A string representation of this MultiException.

    Overrides
    Exception.ToString()

    Implements

    System.Runtime.Serialization.ISerializable

    Extension Methods

    ExceptionsExtensions.PreserveStackTrace(Exception)
    ObjectExtensions.NotNull(Object)
    ObjectExtensions.AsArray<T>(T)
    ObjectExtensions.AsList<T>(T)
    ObjectExtensions.Wrap<T>(T)
    SystemExtensions.BinarySerialize(Object)
    ConfigFileExtensions.NotNull(Object, FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(Object, String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Object, Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top