Table of Contents

Class SameBodyException

Namespace
Jitter2
Assembly
Jitter2.dll

Thrown when two body arguments are required to reference different bodies.

public sealed class SameBodyException : ArgumentException, ISerializable
Inheritance
SameBodyException
Implements
Inherited Members

Constructors

SameBodyException()

public SameBodyException()

SameBodyException(string)

public SameBodyException(string message)

Parameters

message string

SameBodyException(string, Exception)

public SameBodyException(string message, Exception innerException)

Parameters

message string
innerException Exception

SameBodyException(string, string)

public SameBodyException(string message, string paramName)

Parameters

message string
paramName string

SameBodyException(string, string, Exception)

public SameBodyException(string message, string paramName, Exception innerException)

Parameters

message string
paramName string
innerException Exception