mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-17 21:37:43 +01:00
fix warnings
This commit is contained in:
parent
148de97331
commit
ec122c85d5
10 changed files with 17 additions and 60 deletions
|
|
@ -33,14 +33,4 @@ public class MemoryAllocationException : MemoryException
|
|||
: base(message, innerException)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="MemoryAllocationException"/> class.
|
||||
/// </summary>
|
||||
/// <param name="info">The object that holds the serialized data about the exception being thrown.</param>
|
||||
/// <param name="context">The object that contains contextual information about the source or destination.</param>
|
||||
protected MemoryAllocationException(SerializationInfo info, StreamingContext context)
|
||||
: base(info, context)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,14 +33,4 @@ public abstract class MemoryException : Exception
|
|||
: base(message, innerException)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="MemoryException"/> class.
|
||||
/// </summary>
|
||||
/// <param name="info">The object that holds the serialized data about the exception being thrown.</param>
|
||||
/// <param name="context">The object that contains contextual information about the source or destination.</param>
|
||||
protected MemoryException(SerializationInfo info, StreamingContext context)
|
||||
: base(info, context)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,14 +33,4 @@ public class MemoryPermissionException : MemoryException
|
|||
: base(message, innerException)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="MemoryPermissionException"/> class.
|
||||
/// </summary>
|
||||
/// <param name="info">The object that holds the serialized data about the exception being thrown.</param>
|
||||
/// <param name="context">The object that contains contextual information about the source or destination.</param>
|
||||
protected MemoryPermissionException(SerializationInfo info, StreamingContext context)
|
||||
: base(info, context)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,14 +33,4 @@ public class MemoryReadException : MemoryException
|
|||
: base(message, innerException)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="MemoryReadException"/> class.
|
||||
/// </summary>
|
||||
/// <param name="info">The object that holds the serialized data about the exception being thrown.</param>
|
||||
/// <param name="context">The object that contains contextual information about the source or destination.</param>
|
||||
protected MemoryReadException(SerializationInfo info, StreamingContext context)
|
||||
: base(info, context)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,14 +33,4 @@ public class MemoryWriteException : MemoryException
|
|||
: base(message, innerException)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="MemoryWriteException"/> class.
|
||||
/// </summary>
|
||||
/// <param name="info">The object that holds the serialized data about the exception being thrown.</param>
|
||||
/// <param name="context">The object that contains contextual information about the source or destination.</param>
|
||||
protected MemoryWriteException(SerializationInfo info, StreamingContext context)
|
||||
: base(info, context)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue